This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tomMoral
Recipients davin, pitrou, tomMoral
Date 2018-01-13.15:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515858675.98.0.467229070634.issue31310@psf.upfronthosting.co.za>
In-reply-to
Content
For new processes created with spawn or forkserver, only the semaphore_tracker._fd is send and shared to the child. Thus, as the _pid argument is None in the new process, it launches a new tracker if it needs to create a new Semaphore, regardless of crashes in the previous semaphore tracker.
History
Date User Action Args
2018-01-13 15:51:16tomMoralsetrecipients: + tomMoral, pitrou, davin
2018-01-13 15:51:15tomMoralsetmessageid: <1515858675.98.0.467229070634.issue31310@psf.upfronthosting.co.za>
2018-01-13 15:51:15tomMorallinkissue31310 messages
2018-01-13 15:51:15tomMoralcreate