@@ -4044,7 +4044,7 @@ to map the new Python 3 names to the old module names used in Python
40444044[clinic start generated code]*/
40454045
40464046PyDoc_STRVAR (_pickle_Pickler___init____doc__ ,
4047- "__init__ (file, protocol=None, fix_imports=True)\n"
4047+ "Pickler (file, protocol=None, fix_imports=True)\n"
40484048"This takes a binary file for writing a pickle data stream.\n"
40494049"\n"
40504050"The optional *protocol* argument tells the pickler to use the given\n"
@@ -4088,7 +4088,7 @@ _pickle_Pickler___init__(PyObject *self, PyObject *args, PyObject *kwargs)
40884088
40894089static int
40904090_pickle_Pickler___init___impl (PicklerObject * self , PyObject * file , PyObject * protocol , int fix_imports )
4091- /*[clinic end generated code: checksum=10c8ea05194d08108471163d8202cf5e12975544 ]*/
4091+ /*[clinic end generated code: checksum=d10dfb463511430b4faad9fca07627041a35b96e ]*/
40924092{
40934093 _Py_IDENTIFIER (persistent_id );
40944094 _Py_IDENTIFIER (dispatch_table );
@@ -6581,7 +6581,7 @@ string instances as bytes objects.
65816581[clinic start generated code]*/
65826582
65836583PyDoc_STRVAR (_pickle_Unpickler___init____doc__ ,
6584- "__init__ (file, *, fix_imports=True, encoding=\'ASCII\', errors=\'strict\')\n"
6584+ "Unpickler (file, *, fix_imports=True, encoding=\'ASCII\', errors=\'strict\')\n"
65856585"This takes a binary file for reading a pickle data stream.\n"
65866586"\n"
65876587"The protocol version of the pickle is detected automatically, so no\n"
@@ -6628,7 +6628,7 @@ _pickle_Unpickler___init__(PyObject *self, PyObject *args, PyObject *kwargs)
66286628
66296629static int
66306630_pickle_Unpickler___init___impl (UnpicklerObject * self , PyObject * file , int fix_imports , const char * encoding , const char * errors )
6631- /*[clinic end generated code: checksum=6936e9188104e45b1b15e1c11fe77b3965409471 ]*/
6631+ /*[clinic end generated code: checksum=eb1a2cfc7b6f97c33980cff3d3b97d184a382f02 ]*/
66326632{
66336633 _Py_IDENTIFIER (persistent_load );
66346634
0 commit comments