You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it may be worthwhile to use onexc conditionally when running on Python 3.12 and later. (The old onerror way has to be kept for 3.11 and lower, but it seems to me that using onexc where available is still worth doing, primarily because it will automatically work on a future version of Python that removes onerror, which is planned for 3.14, and secondarily to get clean builds/checks when tools are used that detect deprecated usage.) However, although that appeared related to this issue, I actually think it is independent.
I think things like this
GitPython/git/util.py
Line 180 in f253335
wheel
does, it's an error when callingrepo.index.commit("first commit")
:GHA's
3.12-dev
just updated to alpha 7, which is why I am now seeing this error.The text was updated successfully, but these errors were encountered: