mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
This commit is contained in:
parent
b7047e59a4
commit
545b54d2ab
5 changed files with 802 additions and 99 deletions
|
|
@ -88,6 +88,6 @@ PyObject *_PyMp_SetError(PyObject *Type, int num);
|
|||
*/
|
||||
|
||||
extern PyTypeObject _PyMp_SemLockType;
|
||||
extern PyObject *_PyMp_sem_unlink(PyObject *ignore, PyObject *args);
|
||||
extern PyObject *_PyMp_sem_unlink(const char *name);
|
||||
|
||||
#endif /* MULTIPROCESSING_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue