Files
cpython/Python/modsupport.c
Serhiy Storchaka 83ac128490 bpo-42327: C API: Add PyModule_Add() function (GH-23443)
It is a fixed implementation of PyModule_AddObject() which consistently
steals reference both on success and on failure.
2023-07-18 09:42:05 +03:00

16 KiB