[issue9814] subprocess isn't friendly to other Python implementations with different GCs

2013-07-08 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9814 ___

[issue9814] subprocess isn't friendly to other Python implementations with different GCs

2010-09-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I think all developers agree that we should play nice with all VMs. Do you want to make patches for these problems? -- nosy: +astrand, eric.araujo stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2

[issue9814] subprocess isn't friendly to other Python implementations with different GCs

2010-09-09 Thread Dino Viehland
New submission from Dino Viehland di...@microsoft.com: subprocess isn't very friendly to implementations with different GCs then CPython and in general relies on behavior that's not going to be very stable. I noticed the following issues but was able to work around all of them. First Popen