cpython/Lib/multiprocessing
Miss Islington (bot) 8ece98a7e4
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
This was causing test___all__ to fail on platforms lacking a shared
memory implementation.

Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit d097876111)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2021-08-09 10:39:05 -07:00
..
dummy
__init__.py
connection.py
context.py
forkserver.py
heap.py
managers.py bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) 2021-08-09 10:39:05 -07:00
pool.py
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py
queues.py
reduction.py
resource_sharer.py
resource_tracker.py bpo-40692: Run more test_concurrent_futures tests (GH-20239) 2021-02-08 03:15:51 +00:00
shared_memory.py bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) 2020-08-30 20:03:11 +01:00
sharedctypes.py
spawn.py
synchronize.py Fix typo in message from assert statement (GH-21283) 2020-08-17 19:08:55 +05:30
util.py bpo-43651: Fix test_compileall with PEP 597 (GH-25128) 2021-04-02 09:01:57 +09:00