Message201912
It is a recent kernel and does support pipe2().
After some debugging it appears that a pipe handle created in Popen.__init__() was being leaked to a forked process, preventing Popen.__init__() from completing before the forked process did.
Previously the test passed because Popen.__init__() acquired the fork lock. |
|
| Date |
User |
Action |
Args |
| 2013-11-01 16:28:53 | sbt | set | recipients:
+ sbt, lemburg, twouters, georg.brandl, gregory.p.smith, jcea, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, grahamd, Arfrever, asvetlov, neologix, aliles, DLitz |
| 2013-11-01 16:28:52 | sbt | set | messageid: <[email protected]> |
| 2013-11-01 16:28:52 | sbt | link | issue16500 messages |
| 2013-11-01 16:28:52 | sbt | create | |
|