[issue1683] Thread local storage and PyGILState_* mucked up by os.fork()

Christian Heimes report at bugs.python.org
Sat Nov 29 16:00:14 CET 2008


Christian Heimes <lists at cheimes.de> added the comment:

I was wrong and the patch is right. Something is wrong in
multiprocessings connection_recvbytes_into() function for the old buffer
protocol. Somehow PyArg_ParseTuple(args, "w#|" ...) fucks up the
process' memory.

Martin, are you fine with the patch? fork-thread-patch-2 still applies
with some fuzzying.

----------
assignee: christian.heimes -> loewis
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1683>
_______________________________________


More information about the Python-bugs-list mailing list