On Fri, 14 Feb 2025 at 05:01, Jerry D via Gcc <gcc@gcc.gnu.org> wrote: > > Does anyone know what this is about? > > $ git gcc-verify > Checking 918fcaf0cbf833063c45805ef893cfa2c9ebc875: OK
N.B. it works fine, the line above is the expected output. It just lets you know that something was ignored in the asynchronous subprocess because the parent process exited. > Exception ignored in: <function Git.AutoInterrupt.__del__ at 0x7f27a049d4e0> > Traceback (most recent call last): > File "/usr/lib/python3.13/site-packages/git/cmd.py", line 563, in __del__ > File "/usr/lib/python3.13/site-packages/git/cmd.py", line 544, in > _terminate > File "/usr/lib64/python3.13/subprocess.py", line 2227, in terminate > ImportError: sys.meta_path is None, Python is likely shutting down > > I am on Fedora 41 just updated. I see the same on F41. I think GitPython might need a change in Git.AutoInterrupt to handle the ImportError exception. There is an open pull request for GitPython to support Python 3.13: https://github.com/gitpython-developers/GitPython/pull/1955