[issue886488] WinPython 2.3.3 crashes using popen2 to spawn lots of child

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as popen2 is deprecated? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python

[issue886488] WinPython 2.3.3 crashes using popen2 to spawn lots of child

2010-05-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue886488] WinPython 2.3.3 crashes using popen2 to spawn lots of child

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue886488] WinPython 2.3.3 crashes using popen2 to spawn lots of child

2008-01-19 Thread Christian Heimes
Christian Heimes added the comment: An easy C task for the bug day. -- components: +Interpreter Core keywords: +easy type: -> crash Tracker <[EMAIL PROTECTED]> ___

[issue886488] WinPython 2.3.3 crashes using popen2 to spawn lots of child

2008-01-03 Thread Christian Heimes
Christian Heimes added the comment: Modules/posixmodule.c:_PyPopen() needs to check for NULL after the _fdopen() calls. -- nosy: +tiran priority: normal -> high versions: +Python 2.5, Python 2.6 -Python 2.3 Tracker <[EMAIL PROTECTED]>