| commit | 6d6c1a35e08b95a83dbe47dbd9e6474daff00354 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <[email protected]> | Thu Aug 02 04:15:00 2001 +0000 |
| committer | Tim Peters <[email protected]> | Thu Aug 02 04:15:00 2001 +0000 |
| tree | 542089077b9c2650dcf5c52d6bfcef1baf12d176 | |
| parent | 52d55a392600011d3edfe85c694744ec550ad1fe [diff] [blame] |
Merge of descr-branch back into trunk.
diff --git a/Lib/pickle.py b/Lib/pickle.py index f6cbea8..c92dac2 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py
@@ -504,6 +504,7 @@ dispatch[ClassType] = save_global dispatch[FunctionType] = save_global dispatch[BuiltinFunctionType] = save_global + dispatch[TypeType] = save_global def _keep_alive(x, memo):