Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
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=Noneclosed_at=Nonecreated_at=<Date2020-11-11.20:35:14.453>labels= ['expert-C-API','type-feature','3.10']title='Add PyModule_Add()'updated_at=<Date2021-10-05.17:30:16.409>user='https://github.com/serhiy-storchaka'
bugs.python.org fields:
activity=<Date2021-10-05.17:30:16.409>actor='lukasz.langa'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['C API']creation=<Date2020-11-11.20:35:14.453>creator='serhiy.storchaka'dependencies= []files= []hgrepos= []issue_num=42327keywords= ['patch']message_count=9.0messages= ['380794','380795','380818','380819','380820','380821','380829','380833','384812']nosy_count=4.0nosy_names= ['vstinner','lukasz.langa','serhiy.storchaka','brandtbucher']pr_nums= ['23240','23443','28741']priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype='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