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 ppperry
Recipients Martin Bammer, ppperry
Date 2018-07-16.19:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531771091.2.0.56676864532.issue34128@psf.upfronthosting.co.za>
In-reply-to
Content
um, something doesn't make sense about this. the python implementation of pickle never released the GIL (it can't, by definition -- it's written in python). The C implementation releasing the GIL wouldn't make sense, as the pickle api involves calls into python everywhere (for example, `__reduce__`)
History
Date User Action Args
2018-07-16 19:58:11ppperrysetrecipients: + ppperry, Martin Bammer
2018-07-16 19:58:11ppperrysetmessageid: <1531771091.2.0.56676864532.issue34128@psf.upfronthosting.co.za>
2018-07-16 19:58:11ppperrylinkissue34128 messages
2018-07-16 19:58:11ppperrycreate