This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Rhamphoryncus, benjamin.peterson, christian.heimes, gregory.p.smith, jnoller, loewis, roudkerk, schmir
Date 2008-11-29.15:00:13
SpamBayes Score 0.006434115
Marked as misclassified No
Message-id <1227970814.44.0.0178554585495.issue1683@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-29 15:00:14christian.heimessetrecipients: + christian.heimes, loewis, gregory.p.smith, Rhamphoryncus, schmir, roudkerk, benjamin.peterson, jnoller
2008-11-29 15:00:14christian.heimessetmessageid: <1227970814.44.0.0178554585495.issue1683@psf.upfronthosting.co.za>
2008-11-29 15:00:13christian.heimeslinkissue1683 messages
2008-11-29 15:00:13christian.heimescreate