[issue1608921] PyThread_release_lock with pthreads munges errno

2009-04-01 Thread Stephan R.A. Deibel
Stephan R.A. Deibel sdei...@wingware.com added the comment: Here is a patch against Python 2.6.1 that restores errno after the sanity check in lock_PyThread_release_lock in Modules/threadmodule.c. A potential controversy is whether it should be done here or in thread_pthread.h but I believe

[issue1608921] PyThread_release_lock with pthreads munges errno

2009-04-01 Thread John Ehresman
John Ehresman j...@wingware.com added the comment: Any possibility of a test case? -- nosy: +jpe ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1608921 ___

[issue1608921] PyThread_release_lock with pthreads munges errno

2009-04-01 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - invalid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1608921 ___ ___

[issue1608921] PyThread_release_lock with pthreads munges errno

2009-03-31 Thread Stephan R.A. Deibel
Stephan R.A. Deibel sdei...@wingware.com added the comment: If you are at PyCon 2009 sprints, try to see if you can find John Ehresman in the Python Core sprint to see it happen at line 115 of threadops.c in the Wing 3.2 source base. If you're not there or can't find him, I'll try to make a

[issue1608921] PyThread_release_lock with pthreads munges errno

2009-03-31 Thread David Christian
Changes by David Christian d...@rpath.com: -- nosy: +dugan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1608921 ___ ___ Python-bugs-list mailing

[issue1608921] PyThread_release_lock with pthreads munges errno

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Stephan, Can you provide a test case? -- nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org