GH-94382: port multiprocessing static types to heap types (#94336)

This commit is contained in:
Kumar Aditya 2022-07-21 00:56:01 +05:30 committed by GitHub
parent 8ede67cdcf
commit 000a4eebe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 64 deletions

View file

@ -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 */