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 zengke
Recipients zengke
Date 2009-09-30.09:36:51
SpamBayes Score 0.03034713
Marked as misclassified No
Message-id <1254303413.34.0.0761757905328.issue7023@psf.upfronthosting.co.za>
In-reply-to
Content
If marshal.dumps() is handling a large data, It keeps acquiring the GIL
and may take several seconds, Other threads therefor are blocked.
marshal.loads should also be friendly to other threads.
History
Date User Action Args
2009-09-30 09:36:53zengkesetrecipients: + zengke
2009-09-30 09:36:53zengkesetmessageid: <1254303413.34.0.0761757905328.issue7023@psf.upfronthosting.co.za>
2009-09-30 09:36:52zengkelinkissue7023 messages
2009-09-30 09:36:51zengkecreate