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 anselm.kruis
Recipients anselm.kruis, christian.heimes, serhiy.storchaka, vinay.sajip, vstinner
Date 2017-04-10.06:46:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I had the same concerns about os.getpid(), but test.support uses it unconditionally in various places. See https://github.com/python/cpython/blob/master/Lib/test/support/__init__.py#L803 for an example.
History
Date User Action Args
2017-04-10 06:46:21anselm.kruissetrecipients: + anselm.kruis, vinay.sajip, vstinner, christian.heimes, serhiy.storchaka
2017-04-10 06:46:21anselm.kruissetmessageid: <[email protected]>
2017-04-10 06:46:21anselm.kruislinkissue30028 messages
2017-04-10 06:46:21anselm.kruiscreate