Files
cpython/Lib
Guido van Rossum 45486176ea In save_newobj(), if an object's __getnewargs__ and __getstate__ are
the same function, don't save the state or write a BUILD opcode.  This
is so that a type (e.g. datetime :-) can support protocol 2 using
__getnewargs__ while also supporting protocol 0 and 1 using
__getstate__.  (Without this, the state would be pickled twice with
protocol 2, unless __getstate__ is defined to return None, which
breaks protocol 0 and 1.)
2003-01-30 05:39:04 +00:00
..
2003-01-03 10:25:20 +00:00
2003-01-27 02:40:20 +00:00
2002-06-11 06:22:31 +00:00
2002-11-23 12:09:28 +00:00
2003-01-29 03:49:43 +00:00
2002-12-26 18:22:54 +00:00
2002-12-31 01:08:35 +00:00
2003-01-16 11:02:43 +00:00
2002-10-30 06:09:58 +00:00
2003-01-29 03:49:43 +00:00
2002-08-04 17:22:59 +00:00
2002-11-13 14:38:17 +00:00
2002-11-24 02:35:35 +00:00
2002-12-16 13:11:57 +00:00
2002-11-09 05:08:07 +00:00
2003-01-29 03:49:43 +00:00
2003-01-04 14:11:38 +00:00
2003-01-29 03:49:43 +00:00
2002-06-01 16:07:16 +00:00
2002-11-24 02:35:35 +00:00
2003-01-29 03:49:43 +00:00
2002-06-01 16:07:16 +00:00
2003-01-29 03:49:43 +00:00
2003-01-29 03:49:43 +00:00
2002-06-02 00:40:05 +00:00
2003-01-21 01:53:09 +00:00
2002-06-02 00:40:05 +00:00
2002-12-30 22:08:05 +00:00
2003-01-29 03:49:43 +00:00
2002-11-09 05:08:07 +00:00
2002-02-08 20:41:34 +00:00
2002-08-15 14:59:02 +00:00
2002-10-11 14:36:24 +00:00
2003-01-07 02:09:16 +00:00
2003-01-22 01:39:06 +00:00
2002-07-16 21:35:23 +00:00
2002-11-25 17:25:04 +00:00