cpython/Modules/_multiprocessing
Serhiy Storchaka a87c46eab3
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
builtins and extension module functions and methods that expect boolean values for parameters now accept any Python object rather than just a bool or int type. This is more consistent with how native Python code itself behaves.
2022-12-03 11:52:21 -08:00
..
clinic bpo-15999: Accept arbitrary values for boolean parameters. (#15609) 2022-12-03 11:52:21 -08:00
multiprocessing.c GH-94382: port multiprocessing static types to heap types (#94336) 2022-07-20 21:26:01 +02:00
multiprocessing.h GH-94382: port multiprocessing static types to heap types (#94336) 2022-07-20 21:26:01 +02:00
posixshmem.c bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404) 2020-11-19 07:20:42 -08:00
semaphore.c bpo-15999: Accept arbitrary values for boolean parameters. (#15609) 2022-12-03 11:52:21 -08:00