Re: [Python-Dev] Threading bug review + commit privs

2010-07-11 Thread Georg Brandl
Am 11.07.2010 15:23, schrieb Reid Kleckner: > I'm also expecting to be doing more work merging unladen-swallow into > the py3k-jit branch, so I was wondering if I could get commit > privileges for that. Sure -- send your public key to me, and I'll set you up. Georg -- Thus spake the Lord: Thou

[Python-Dev] Threading bug review + commit privs

2010-07-11 Thread Reid Kleckner
Hey all, I'm porting some fixes for threading.py that we applied to unladen-swallow: http://bugs.python.org/issue6643 We ran into these bizarre race conditions involving fork + threads while running the test suite with a background JIT compilation thread. I really wish we weren't trying to suppo