]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS.
authorTim Peters <tim.peters@gmail.com>
Sat, 17 Mar 2001 04:50:51 +0000 (04:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 17 Mar 2001 04:50:51 +0000 (04:50 +0000)
commit84e87f379eb67330cf2cdd3e9ed78d55d5992384
tree6cf35501f8eee5377c29d677197320092846ee22
parentd179be8b8bb1e73358b2cc0ef9f0d6b8d7e64b44
SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS.
http://sourceforge.net/tracker/?func=detail&aid=233200&group_id=5470&atid=105470
Wrapped the fread/fwrite calls in thread BEGIN_ALLOW/END_ALLOW brackets
Afraid I hit the "delete trailing whitespace key" too!  Only two "real" sections
of code changed here.
Modules/cPickle.c