Open
Description
test_create_many_threaded (test.test_interpreters.StressTests.test_create_many_threaded) ... Warning -- Uncaught thread exception: RuntimeError Exception in thread Thread-83 (task): RuntimeError: error evaluating path During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/threading.py", line 1059, in _bootstrap_inner self.run() File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/threading.py", line 996, in run self._target(*self._args, **self._kwargs) File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/test_interpreters.py", line 483, in task interp = interpreters.create() ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/support/interpreters.py", line 25, in create id = _interpreters.create(isolated=isolated) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: interpreter creation failed ok
build: https://buildbot.python.org/all/#/builders/1223/builds/187
Linked PRs
- gh-109700: Improve stress tests for interpreter creation #109946
- [3.13] gh-109700: Improve stress tests for interpreter creation (GH-109946) #133391
- gh-109700: fix memory error handling in
PyDict_SetDefault
#136338 - [3.14] gh-109700: fix memory error handling in
PyDict_SetDefault
(GH-136338) #136340 - gh-109700: fix interp finalization while handling memory error #136342
- [3.14] gh-109700: fix interpreter finalization while handling memory error (GH-136342) #136352
- [3.13] gh-109700: fix interpreter finalization while handling memory error (GH-136342) #136353
Metadata
Metadata
Assignees
Projects
Status
Done