Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a31c571

Browse files
committed
nit
1 parent 3d400c8 commit a31c571

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/_bisectmodule.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ bisect_free(void *module)
317317
bisect_clear((PyObject *)module);
318318
}
319319

320-
321320
static int
322321
bisect_modexec(PyObject *m)
323322
{
@@ -343,7 +342,7 @@ static struct PyModuleDef _bisectmodule = {
343342
.m_slots = bisect_slots,
344343
.m_traverse = bisect_traverse,
345344
.m_clear = bisect_clear,
346-
.m_free = bisect_free,
345+
.m_free = bisect_free,
347346
};
348347

349348
PyMODINIT_FUNC

0 commit comments

Comments
 (0)