cpython/Lib/test/support
Miss Islington (bot) 704a3f8c0a
[3.13] gh-133167: Fix compilation process with --enable-optimizations and --without-docstrings (GH-133187) (#133207)
gh-133167: Fix compilation process with `--enable-optimizations` and `--without-docstrings` (GH-133187)
(cherry picked from commit cc39b19f0f)

Co-authored-by: sobolevn <mail@sobolevn.me>
2025-04-30 14:06:31 +00:00
..
_hypothesis_stubs
interpreters [3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811) 2024-07-15 20:15:47 +00:00
__init__.py [3.13] gh-133167: Fix compilation process with --enable-optimizations and --without-docstrings (GH-133187) (#133207) 2025-04-30 14:06:31 +00:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py
hashlib_helper.py
hypothesis_helper.py [3.13] gh-132316: Require socket and GITHUB_TOKEN env to use GitHubArtifactDatabase (GH-132348) (#132367) 2025-04-10 15:15:58 +00:00
i18n_helper.py [3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126755) 2024-11-15 13:06:54 +02:00
import_helper.py [3.13] gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843) (GH-124853) 2024-10-08 00:29:54 +03:00
logging_helper.py
numbers.py [3.13] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#131802) 2025-03-29 21:21:33 +02:00
os_helper.py [3.13] gh-109981: Resolve situation on iOS regarding fd_count. (GH-132823) (#132824) 2025-04-23 21:40:25 +00:00
pty_helper.py
refleak_helper.py
script_helper.py [3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423) 2024-10-08 00:23:49 +03:00
smtpd.py
socket_helper.py
testcase.py [3.13] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815) 2025-01-20 11:19:00 +02:00
threading_helper.py
venv.py [3.13] GH-126789: fix some sysconfig data on late site initializations 2024-11-17 00:32:22 +00:00
warnings_helper.py