Closed
Description
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2020-11-11.20:35:14.453> labels = ['expert-C-API', 'type-feature', '3.10'] title = 'Add PyModule_Add()' updated_at = <Date 2021-10-05.17:30:16.409> user = 'https://github.com/serhiy-storchaka'
bugs.python.org fields:
activity = <Date 2021-10-05.17:30:16.409> actor = 'lukasz.langa' assignee = 'none' closed = False closed_date = None closer = None components = ['C API'] creation = <Date 2020-11-11.20:35:14.453> creator = 'serhiy.storchaka' dependencies = [] files = [] hgrepos = [] issue_num = 42327 keywords = ['patch'] message_count = 9.0 messages = ['380794', '380795', '380818', '380819', '380820', '380821', '380829', '380833', '384812'] nosy_count = 4.0 nosy_names = ['vstinner', 'lukasz.langa', 'serhiy.storchaka', 'brandtbucher'] pr_nums = ['23240', '23443', '28741'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue42327' versions = ['Python 3.10']
Linked PRs
- gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype #106767
- gh-86493: Fix possible leaks in some modules initialization #106768
- [3.12] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767) #106849
- [3.11] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767) (GH-106849) #106851
- [3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) #106855
- gh-86493: Modernize modules initialization code #106858
- gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() #106860
- [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) #106863