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 martin.panter
Recipients martin.panter, meador.inge, python-dev, twouters, tylercrompton
Date 2016-05-15.16:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463328108.56.0.679332237671.issue26870@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like I have ironed all the bugs out. These OS bugs/quirks have already been documented in the Python bug tracker:

1. kqueue() incompatible with PTYs on OS X < 10.9 and Open BSD (Issue Issue 20365, Issue 20667 respectively)
2. poll() also incompatible with PTYs on OS X (10.4, 10.6), probably the same as Issue 20472
3. kill() raises ESRCH if the pid is a zombie (Issue 16762)

I will leave this open for a documentation patch.
History
Date User Action Args
2016-05-15 16:01:48martin.pantersetrecipients: + martin.panter, twouters, meador.inge, python-dev, tylercrompton
2016-05-15 16:01:48martin.pantersetmessageid: <1463328108.56.0.679332237671.issue26870@psf.upfronthosting.co.za>
2016-05-15 16:01:48martin.panterlinkissue26870 messages
2016-05-15 16:01:48martin.pantercreate