Staging
v0.5.1
https://github.com/python/cpython
Revision ec9bc2da421c456e416d991fd1fe79ac33344d9d authored by Miss Islington (bot) on 19 June 2020, 16:19:38 UTC, committed by GitHub on 19 June 2020, 16:19:38 UTC

skip_if_broken_multiprocessing_synchronize() only attempts for create
a semaphore on Linux to fix multiprocessing
test_resource_tracker_reused() on macOS.
(cherry picked from commit 3358da4054b9b0b045eb47dc74dee3d58bfbb1d5)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 4dd10ed
Raw File
Tip revision: ec9bc2da421c456e416d991fd1fe79ac33344d9d authored by Miss Islington (bot) on 19 June 2020, 16:19:38 UTC
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
Tip revision: ec9bc2d
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top