Message 291417 - Python tracker
Message291417
| 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 | <1491806781.97.0.978853358964.issue30028@psf.upfronthosting.co.za> |
| 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:21 | anselm.kruis | set | recipients: + anselm.kruis, vinay.sajip, vstinner, christian.heimes, serhiy.storchaka |
| 2017-04-10 06:46:21 | anselm.kruis | set | messageid: <1491806781.97.0.978853358964.issue30028@psf.upfronthosting.co.za> |
| 2017-04-10 06:46:21 | anselm.kruis | link | issue30028 messages |
| 2017-04-10 06:46:21 | anselm.kruis | create | |