mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
GH-94382: port multiprocessing static types to heap types (#94336)
This commit is contained in:
parent
8ede67cdcf
commit
000a4eebe7
4 changed files with 63 additions and 64 deletions
|
|
@ -89,7 +89,7 @@ PyObject *_PyMp_SetError(PyObject *Type, int num);
|
|||
* Externs - not all will really exist on all platforms
|
||||
*/
|
||||
|
||||
extern PyTypeObject _PyMp_SemLockType;
|
||||
extern PyType_Spec _PyMp_SemLockType_spec;
|
||||
extern PyObject *_PyMp_sem_unlink(const char *name);
|
||||
|
||||
#endif /* MULTIPROCESSING_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue