Message265626
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. |
|
| Date |
User |
Action |
Args |
| 2016-05-15 16:01:48 | martin.panter | set | recipients:
+ martin.panter, twouters, meador.inge, python-dev, tylercrompton |
| 2016-05-15 16:01:48 | martin.panter | set | messageid: <[email protected]> |
| 2016-05-15 16:01:48 | martin.panter | link | issue26870 messages |
| 2016-05-15 16:01:48 | martin.panter | create | |
|