@@ -3909,55 +3909,3 @@ initcPickle() {
39093909 init_stuff (m , d );
39103910 CHECK_FOR_ERRORS ("can't initialize module cPickle" );
39113911}
3912-
3913- /****************************************************************************
3914- $Log$
3915- Revision 2.10 1997/08/21 02:30:40 guido
3916- Added /**/ around #end tags
3917-
3918- Revision 2.9 1997 /08 /20 23 :38 :57 guido
3919- Renamed strndup to pystrndup , to avoid conflicting prototype
3920- in GNU libc on some platforms .
3921-
3922- Revision 2.8 1997 /08 /13 03 :14 :37 guido
3923- cPickle release 0.3 from Jim Fulton
3924-
3925- Revision 1.41 1997 /06 /20 19 :45 :10 jim
3926- Fixed dumb bug in __main__ fix . :- (
3927-
3928- Revision 1.40 1997 /06 /19 18 :57 :36 jim
3929- Added ident string .
3930-
3931- Revision 1.39 1997 /06 /13 19 :40 :44 jim
3932- - Various changes to make gcc - Wall - pedantic happy , including
3933- extra parens elimination of unused vars .
3934-
3935- - Added check to avoid pickling module __main__ for classes that are
3936- defined in other modules , in whichmodule
3937-
3938- - Changed to use Py_eval_input rather than eval_input .
3939-
3940- - Changed to use SIZEOF_LONG macro to avoid warnings on 32 - bit machines .
3941-
3942- - Added option of supplying None to pickler , which cases no data to be
3943- written during pickling . This is slightly useful , in conjunction
3944- with persistent_id attribute to find persistent sub - objects without
3945- writing a pickle .
3946-
3947- Revision 1.38 1997 /05 /07 17 :06 :43 jim
3948- Added clear_memo method to pickler .
3949-
3950- Revision 1.37 1997 /05 /06 20 :21 :01 jim
3951- Changed to only add strings to memo that have length greater than one .
3952-
3953- Revision 1.36 1997 /03 /11 22 :05 :02 chris
3954- write POP rather than POPMARK in non - binary mode
3955- use put2 () in save_reduce () and save_inst () only if state is not a dictionary
3956- removed put2 () from save_tuple ()
3957-
3958- Revision 1.35 1997 /03 /11 20 :03 :30 jim
3959- Added log comment at bottom .
3960-
3961-
3962-
3963- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
0 commit comments