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 vstinner
Recipients pablogsal, pitrou, vstinner
Date 2019-06-19.10:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560938446.97.0.83771557767.issue37338@roundup.psfhosted.org>
In-reply-to
Content
Currently, SemLock does not provide a way to explicitly delete it. Maybe a new close() method should be added, similar to Process.close() and Pool.terminate(), to make resource management more deterministic (more reliable).
History
Date User Action Args
2019-06-19 10:00:46vstinnersetrecipients: + vstinner, pitrou, pablogsal
2019-06-19 10:00:46vstinnersetmessageid: <1560938446.97.0.83771557767.issue37338@roundup.psfhosted.org>
2019-06-19 10:00:46vstinnerlinkissue37338 messages
2019-06-19 10:00:46vstinnercreate