Skip to content

Commit

Permalink
pythongh-118830: Add regenerated pickle files (python#118830)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdkcore0 committed Jul 3, 2024
1 parent 98f680e commit 88af236
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Modules/_pickle.c
Original file line number Diff line number Diff line change
Expand Up @@ -4725,7 +4725,7 @@ static int
_pickle_Pickler___init___impl(PicklerObject *self, PyObject *file,
PyObject *protocol, int fix_imports,
PyObject *buffer_callback)
/*[clinic end generated code: output=0abedc50590d259b input=a7c969699bf5dad3]*/
/*[clinic end generated code: output=0abedc50590d259b input=cddc50f66b770002]*/
{
/* In case of multiple __init__() calls, clear previous content. */
if (self->write != NULL)
Expand Down Expand Up @@ -7533,7 +7533,7 @@ static PyObject *
_pickle_dump_impl(PyObject *module, PyObject *obj, PyObject *file,
PyObject *protocol, int fix_imports,
PyObject *buffer_callback)
/*[clinic end generated code: output=706186dba996490c input=5ed6653da99cd97c]*/
/*[clinic end generated code: output=706186dba996490c input=b89ce8d0e911fd46]*/
{
PickleState *state = _Pickle_GetState(module);
PicklerObject *pickler = _Pickler_New(state);
Expand Down Expand Up @@ -7598,7 +7598,7 @@ into *file* as part of the pickle stream. It is an error if
static PyObject *
_pickle_dumps_impl(PyObject *module, PyObject *obj, PyObject *protocol,
int fix_imports, PyObject *buffer_callback)
/*[clinic end generated code: output=fbab0093a5580fdf input=e543272436c6f987]*/
/*[clinic end generated code: output=fbab0093a5580fdf input=139fc546886c63ac]*/
{
PyObject *result;
PickleState *state = _Pickle_GetState(module);
Expand Down
8 changes: 4 additions & 4 deletions Modules/clinic/_pickle.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88af236

Please sign in to comment.