cpython/Lib/test/test_free_threading
Josh {*()} Rosenberg baf347d916
gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#119315)
Add `Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST` and
`Py_END_CRITICAL_SECTION_SEQUENCE_FAST` macros and update `str.join` to use
them. Also add a regression test that would crash reliably without this
patch.
2024-05-22 17:45:34 +00:00
..
__init__.py
test_dict.py gh-112075: use per-thread dict version pool (#118676) 2024-05-07 00:22:26 +00:00
test_list.py gh-118362: Skip tests when threading isn't available (#118666) 2024-05-06 16:45:04 -07:00
test_monitoring.py gh-118362: Skip tests when threading isn't available (#118666) 2024-05-06 16:45:04 -07:00
test_str.py gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#119315) 2024-05-22 17:45:34 +00:00
test_type.py gh-118362: Skip tests when threading isn't available (#118666) 2024-05-06 16:45:04 -07:00