[issue1404925] subprocess.Popen inside thread locks the thread in some case (2.4)

2008-02-17 Thread Gregory P. Smith
Gregory P. Smith added the comment: This appears to have been fixed in 2.5 and trunk. 2.4.x is old and in security fixes only mode so I wouldn't expect to see this in any official 2.4.x source tree released in the future unless the bdfl changes his mind on that. here's the patch to fix it (as d

[issue1404925] subprocess.Popen inside thread locks the thread in some case

2008-02-16 Thread Leonid Evdokimov
Leonid Evdokimov added the comment: I confirm the bug. Deadlock at Linux 2.6 (^C does not work): Python 2.4.4 (#1, Jan 8 2008, 23:42:40) [GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2 Sometimes work and sometimes fails with fatal error at FreeBSD 6.3: Python 2.4.4 (#2, Oct 31 2007, 05:20:42) [GCC 3

[issue1404925] subprocess.Popen inside thread locks the thread in some case

2008-01-16 Thread Gregory P. Smith
Changes by Gregory P. Smith: -- nosy: +gregory.p.smith _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe