Bug report
Bug description:
I opened an issue earlier on the repo for the PyPI backport, but now that PEP 734 is implemented (🎉!) I am doing so here.
Reproducer:
>>>fromconcurrentimportinterpreters>>>interp1=interpreters.create()
>>>interp1.close() # same output occurs without this>>>exitExceptionignoredwhilecallingdeallocator<functionInterpreter.__del__at0x7308402c8460>:
Traceback (mostrecentcalllast):
File"/usr/lib/python3.14/concurrent/interpreters/__init__.py", line146, in__del__File"/usr/lib/python3.14/concurrent/interpreters/__init__.py", line162, in_decrefTypeError: catchingclassesthatdonotinheritfromBaseExceptionisnotallowed
I am on release 3.14.0b3 installed as an ubuntu distribution, running on WSL.
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
Bug report
Bug description:
I opened an issue earlier on the repo for the PyPI backport, but now that PEP 734 is implemented (🎉!) I am doing so here.
Reproducer:
I am on release 3.14.0b3 installed as an ubuntu distribution, running on WSL.
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
Interpreter._decref#139104Interpreter._decref(GH-139104) #139112