Skip to content

Commit c66bbf5

Browse files
lgeigereendebakpt
andauthored
Update Python/crossinterp_data_lookup.h
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
1 parent 713afa0 commit c66bbf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/crossinterp_data_lookup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ _float_shared(PyThreadState *tstate, PyObject *obj, _PyXIData_t *xidata)
560560
static PyObject *
561561
_new_complex_object(_PyXIData_t *xidata)
562562
{
563-
Py_complex * value_ptr = xidata->data;
563+
Py_complex *value_ptr = xidata->data;
564564
return PyComplex_FromCComplex(*value_ptr);
565565
}
566566

0 commit comments

Comments
 (0)