Skip to content

Commit eeca436

Browse files
committed
+last remnants
1 parent 06beb8b commit eeca436

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Include/internal/pycore_floatobject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ extern "C" {
1212

1313
/* runtime lifecycle */
1414

15-
extern void _PyFloat_InitState(PyInterpreterState *);
1615
extern PyStatus _PyFloat_InitTypes(PyInterpreterState *);
1716
extern void _PyFloat_FiniType(PyInterpreterState *);
1817

Python/pylifecycle.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,6 @@ pycore_init_global_objects(PyInterpreterState *interp)
706706
{
707707
PyStatus status;
708708

709-
_PyFloat_InitState(interp);
710-
711709
status = _PyUnicode_InitGlobalObjects(interp);
712710
if (_PyStatus_EXCEPTION(status)) {
713711
return status;

0 commit comments

Comments
 (0)