mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-117511: Make PyMutex public in the non-limited API (#117731)
This commit is contained in:
parent
e8e151d471
commit
3af7263037
18 changed files with 185 additions and 110 deletions
|
|
@ -36,7 +36,7 @@ struct _PyWeakReference {
|
|||
* Normally this can be derived from wr_object, but in some cases we need
|
||||
* to lock after wr_object has been set to Py_None.
|
||||
*/
|
||||
struct _PyMutex *weakrefs_lock;
|
||||
PyMutex *weakrefs_lock;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue