cpython/Lib/test/test_capi
Sam Gross 241ed5f2cd
gh-117376: Make code objects use deferred reference counting (#117823)
We want code objects to use deferred reference counting in the
free-threaded build. This requires them to be tracked by the GC, so we
set `Py_TPFLAGS_HAVE_GC` in the free-threaded build, but not the default
build.
2024-04-16 12:42:53 -04:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py
test_bytearray.py
test_bytes.py
test_codecs.py
test_complex.py
test_dict.py
test_eval_code_ex.py gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) 2024-04-15 12:44:54 +03:00
test_exceptions.py
test_float.py
test_getargs.py
test_hash.py
test_immortal.py
test_list.py
test_long.py
test_mem.py
test_misc.py gh-117649: Fix file descriptor leak in (expected) failing test case (#117780) 2024-04-11 21:35:46 +00:00
test_object.py
test_opt.py gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`` is not available (GH-117574) 2024-04-11 16:19:19 +02:00
test_pyatomic.py
test_set.py
test_structmembers.py
test_sys.py
test_time.py
test_unicode.py
test_watchers.py gh-117376: Make code objects use deferred reference counting (#117823) 2024-04-16 12:42:53 -04:00