Victor Stinner e79f640eb6
Simplify interp_look_up_id() (#134257)
Don't use PyInterpreterState_GetID() but get directly the interpreter
'id' member which cannot fail.
2025-05-19 18:09:10 +00:00
..
2025-04-30 11:46:41 +02:00
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library