commit | 84e87f379eb67330cf2cdd3e9ed78d55d5992384 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Mar 17 04:50:51 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Mar 17 04:50:51 2001 +0000 |
tree | 6cf35501f8eee5377c29d677197320092846ee22 | |
parent | d179be8b8bb1e73358b2cc0ef9f0d6b8d7e64b44 [diff] |
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.