Skip to content

Commit 36b87d4

Browse files
vstinnerskirpichev
andauthored
Update Modules/_testcapi/long.c
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 033bd65 commit 36b87d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_testcapi/long.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ static PyObject *
145145
layout_to_dict(const PyLongLayout *layout)
146146
{
147147
PyObject *dict = PyDict_New();
148+
148149
if (dict == NULL) {
149150
goto error;
150151
}

0 commit comments

Comments
 (0)