Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 93d75ff

Browse files
author
Anselm Kruis
committed
Stackless issue #254: bpo-36763: Implement the PEP 587
Adapt Stackless to upstream commit 331a6a5. Replace _Py_INIT_ERR() with _PyStatus_ERR()
1 parent 7970a29 commit 93d75ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pylifecycle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ pycore_init_types(void)
575575

576576
#ifdef STACKLESS
577577
if (!_PyStackless_InitTypes())
578-
return _Py_INIT_ERR("can't init stackless types");
578+
return _PyStatus_ERR("can't init stackless types");
579579
#endif
580580

581581
if (!_PyLong_Init()) {

0 commit comments

Comments
 (0)