Greg Compestine

Results 3 issues of Greg Compestine

The docstring for [this commit method](https://github.com/gitpython-developers/GitPython/blob/851beabc93319d8dd05bff211b13d2b35ef097e0/git/index/base.py#L977) references `tree.commit` for documentation on the arguments, but that method doesn't appear to exist. What would be the correct reference, or should the documentation...

acknowledged
help wanted

When running `mypy` following the procedure below, I encounter several errors for the overloaded `open` builtin of the form: ``` ../python3.11/site-packages/mypy/typeshed/stdlib/builtins.pyi:1327: error: Argument 8 to "open" becomes "Optional[Any]" due to...

When attempting to install uWSGI with Python 3.13, I get compiler errors like the following: ``` plugins/python/uwsgi_python.h:178:9: error: unknown type name '_PyCFrame' 178 | _PyCFrame **current_frame; | ^~~~~~~~~ ``` With...