[Python-bugs-list] [ python-Bugs-409911 ] cPickle holds GIL during I/O

noreply@sourceforge.net noreply@sourceforge.net
Mon, 19 Mar 2001 19:43:15 -0800


Bugs item #409911, was updated on 2001-03-19 19:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=409911&group_id=5470

Category: Extension Modules
Group: None
>Status: Closed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: cPickle holds GIL during I/O

Initial Comment:
The cPickle module does not release the global
interpreter lock during I/O operations. In my
ThreadingTCPServer, this prevents other threads from
working until the connection thread doing
cPickle.load(mysocket) goes away.

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2001-03-19 19:43

Message:
Logged In: YES 
user_id=31435

Please try again under current CVS; this was changed a few 
days ago; you can reopen the bug if it still doesn't work.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=409911&group_id=5470