python / pythoncapi-compat

The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.
https://pythoncapi-compat.readthedocs.io/
BSD Zero Clause License
80 stars 23 forks source link

Add critical section API #106

Closed ngoldbaum closed 2 months ago

ngoldbaum commented 2 months ago

It didn't seem worth adding tests for a trivial define like this. Let me know if you'd like me to add something.

vstinner commented 2 months ago

Merged, thank you.