commit | 5d9113d8be81596bc93f2b1a37f57e5110d39a77 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jan 29 17:58:45 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jan 29 17:58:45 2003 +0000 |
tree | f7bdf7fc9aa5afbf967e9e110baea0e4cdd9ffec | |
parent | d3590f937f4493445beeb253e5048771d1663ab7 [diff] |
Implement appropriate __getnewargs__ for all immutable subclassable builtin types. The special handling for these can now be removed from save_newobj(). Add some testing for this. Also add support for setting the 'fast' flag on the Python Pickler class, which suppresses use of the memo.