]> granicus.if.org Git - python/commit
Encapsulate cpickle global state in a dedicated object.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 28 Nov 2013 03:36:52 +0000 (19:36 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 28 Nov 2013 03:36:52 +0000 (19:36 -0800)
commit23bdd83053dea5c6da39dfb673e819d39557ef2a
treeb73cc01b2883edef3455f3897bd97562743044bc
parentc034156f261ed8982febc56ac2cbe1cda6f7e279
Encapsulate cpickle global state in a dedicated object.

This implements PEP 3121 module finalization as well. This change does not
cause any significant impact on performance.
Modules/_pickle.c