cpython/Lib/test/support
Sam Gross 723d4d2fe8
gh-118527: Intern code consts in free-threaded build (#118667)
We already intern and immortalize most string constants. In the
free-threaded build, other constants can be a source of reference count
contention because they are shared by all threads running the same code
objects.
2024-05-06 20:12:39 -04:00
..
_hypothesis_stubs
interpreters
__init__.py gh-118527: Intern code consts in free-threaded build (#118667) 2024-05-06 20:12:39 -04:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py
hashlib_helper.py
hypothesis_helper.py
import_helper.py
logging_helper.py
os_helper.py
pty_helper.py
refleak_helper.py
script_helper.py
smtpd.py
socket_helper.py
testcase.py
threading_helper.py
warnings_helper.py