cpython/Modules/_multiprocessing
Victor Stinner 4e5a7284ee
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Argument Clinic now uses the new public PyLong_AsInt(), rather than
the old name _PyLong_AsInt().
2023-08-25 00:51:22 +02:00
..
clinic gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
multiprocessing.c gh-86493: Modernize modules initialization code (GH-106858) 2023-07-25 14:34:49 +03:00
multiprocessing.h
posixshmem.c
semaphore.c gh-106869: Use new PyMemberDef constant names (#106871) 2023-07-25 15:28:30 +02:00