◐ Shell
clean mode source ↗

bpo-42327: Add PyModule_Add() (smaller). by serhiy-storchaka · Pull Request #23443 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

Also fix possible leaks in initialization of modules:
_csv, _curses_panel, _elementtree, _io, _pickle, _stat,
_testinternalcapi, _threadmodule, _zoneinfo, _codecs_*,
cmath, math, ossaudiodev, time, xxlimited, xxmodule, xxsubtype.

@serhiy-storchaka serhiy-storchaka changed the title bpo-42327: Add PyModule_Add(). bpo-42327: Add PyModule_Add() (smaller).

Nov 21, 2020

vstinner

@tiran tiran removed their request for review

April 18, 2021 09:43

@kylotan kylotan mannequin mentioned this pull request

Sep 19, 2022

vstinner

vstinner