Closed
Description
Multiple tests fail on a TraceRefs build: https://buildbot.python.org/#/builders/484/builds/5981
10 tests failed:
test_atexit test_capi test_datetime test_embed test_exceptions
test_import test_interpreters test_multibytecodec test_syslog
test_threading
Examples of errors:
FAIL: test_memory_error_in_subinterp (test.test_exceptions.ExceptionTests.test_memory_error_in_subinterp)
0:03:13 load avg: 1.23 [ 92/479/2] test_datetime worker non-zero exit code (Exit code -6 (SIGABRT))
python: Objects/object.c:196: _PyRefchain_Remove: Assertion `value == REFCHAIN_VALUE' failed.
0:08:52 load avg: 1.82 [217/479/5] test_atexit worker non-zero exit code (Exit code -6 (SIGABRT))
Linked PRs
- [3.13] gh-124785: alternative interned string clear fix #124796
- gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" #124807
- gh-124785: re-work fix so tracerefs test passes #124808
- [3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807) #124812
- [3.12] gh-124785: Revert "[3.12] gh-116510: Fix a crash due to shared immortal interned strings. (gh-124541)" #124814
- [3.12] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807) #124818
Metadata
Metadata
Assignees
Projects
Status
Done