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
With the merge of gh-142843, the test case test__interpchannels.ChannelTests.test_send_recv_different_interpreters_and_threads is now failing with reference leaks. A minimal reproducer is below. If the sys.flags object has deferred reference counting enabled in the sub-interpreter, it leaks.
Bug report
Bug description:
With the merge of gh-142843, the test case
test__interpchannels.ChannelTests.test_send_recv_different_interpreters_and_threadsis now failing with reference leaks. A minimal reproducer is below. If thesys.flagsobject has deferred reference counting enabled in the sub-interpreter, it leaks.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs