Skip to content

Commit

Permalink
Update Python/pystate.c
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
  • Loading branch information
tonybaloney and ericsnowcurrently committed Oct 30, 2023
1 parent bfc06b3 commit 5ffbeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/pystate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2945,7 +2945,7 @@ _float_shared(PyThreadState *tstate, PyObject *obj,
_PyCrossInterpreterData *data)
{
if (_PyCrossInterpreterData_InitWithSize(
data, tstate->interp, sizeof(double), obj,
data, tstate->interp, sizeof(double), NULL,
_new_float_object
) < 0)
{
Expand Down

0 comments on commit 5ffbeb3

Please sign in to comment.