Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 204 Bytes

2023-10-31-14-58-17.gh-issue-111569._V8iu4.rst

File metadata and controls

3 lines (3 loc) · 204 Bytes

Implement "Python Critical Sections" from PEP 703. These are macros to help replace the GIL with per-object locks in the --disable-gil build of CPython. The macros are no-ops in the default build.