Skip to content

Commit cad0404

Browse files
committed
Fix renaming.
1 parent bbf8aa4 commit cad0404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Programs/_testembed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ do_gilstate_ensure(void *event_ptr)
23262326
static int
23272327
test_gilstate_after_finalization(void)
23282328
{
2329-
_testembed_Py_Initialize();
2329+
_testembed_initialize();
23302330
Py_Finalize();
23312331
PyThread_handle_t handle;
23322332
PyThread_ident_t ident;

0 commit comments

Comments
 (0)