mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
![]() * Remove `@suppress_immortalization` decorator * Make suppression flag per-thread instead of per-interpreter * Suppress immortalization in `eval()` to avoid refleaks in three tests (test_datetime.test_roundtrip, test_logging.test_config8_ok, and test_random.test_after_fork). * frozenset() is constant, but not a singleton. When run multiple times, the test could fail due to constant interning. |
||
---|---|---|
.. | ||
__init__.py | ||
inspect_deferred_annotations.py | ||
inspect_fodder.py | ||
inspect_fodder2.py | ||
inspect_stock_annotations.py | ||
inspect_stringized_annotations.py | ||
inspect_stringized_annotations_2.py | ||
inspect_stringized_annotations_pep695.py | ||
test_inspect.py |