mirror of
https://github.com/python/cpython.git
synced 2025-11-08 01:21:42 +00:00
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.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dict.py | ||
| test_list.py | ||
| test_monitoring.py | ||
| test_str.py | ||
| test_type.py | ||