Skip to content

Commit 90db465

Browse files
authored
bpo-40521: Cleanup finalize_interp_types() (GH-21265)
Remove the now unused is_main_interp parameter of finalize_interp_types().
1 parent 6b34d7b commit 90db465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/pylifecycle.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ flush_std_files(void)
12571257

12581258

12591259
static void
1260-
finalize_interp_types(PyThreadState *tstate, int is_main_interp)
1260+
finalize_interp_types(PyThreadState *tstate)
12611261
{
12621262
_PyExc_Fini(tstate);
12631263
_PyFrame_Fini(tstate);
@@ -1300,7 +1300,7 @@ finalize_interp_clear(PyThreadState *tstate)
13001300

13011301
_PyWarnings_Fini(tstate->interp);
13021302

1303-
finalize_interp_types(tstate, is_main_interp);
1303+
finalize_interp_types(tstate);
13041304
}
13051305

13061306

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy