File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2301,7 +2301,7 @@ The C-API provides a basic mutual exclusion lock.
23012301 should not be used to make concurrency control decisions, as the lock
23022302 state may change immediately after the check.
23032303
2304- .. versionadded:: 3.14
2304+ .. versionadded:: next
23052305
23062306.. _python-critical-section-api:
23072307
Original file line number Diff line number Diff line change @@ -212,6 +212,13 @@ Porting to Python 3.15
212212
213213 (Contributed by Serhiy Storchaka in :gh: `133595 `.)
214214
215+ * Private functions promoted to public C APIs:
216+
217+ * ``PyMutex_IsLocked() `` : :c:func: `PyMutex_IsLocked `
218+
219+ The `pythoncapi-compat project `_ can be used to get most of these new
220+ functions on Python 3.14 and older.
221+
215222Deprecated C APIs
216223-----------------
217224
You can’t perform that action at this time.
0 commit comments