diff options
| author | Sam Gross <colesbury@gmail.com> | 2024-06-20 16:00:25 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-20 16:00:25 (GMT) |
| commit | 3cb6c4cd60bec1acbcd960f5e7bd65f78152dbdd (patch) | |
| tree | f5b72124507a3c8ea7e5938bdb2cdb7563ca1ac1 /Include/Python.h | |
| parent | 7c7aa5a99cce256ff726654038092a333a1f0531 (diff) | |
| download | cpython-3cb6c4cd60bec1acbcd960f5e7bd65f78152dbdd.zip cpython-3cb6c4cd60bec1acbcd960f5e7bd65f78152dbdd.tar.gz cpython-3cb6c4cd60bec1acbcd960f5e7bd65f78152dbdd.tar.bz2 | |
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800)
(cherry picked from commit 3af7263037de1d0ef63b070fc7bfc2cf042eaebe)
Diffstat (limited to 'Include/Python.h')
| -rw-r--r-- | Include/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index 92751bb..ba2724c 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -64,6 +64,7 @@ #include "pybuffer.h" #include "pystats.h" #include "pyatomic.h" +#include "lock.h" #include "object.h" #include "objimpl.h" #include "typeslots.h" |
