Skip to content

gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype#106767

Merged
serhiy-storchaka merged 1 commit intopython:mainfrom
serhiy-storchaka:pymodule-add4a
Jul 18, 2023
Merged

gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype#106767
serhiy-storchaka merged 1 commit intopython:mainfrom
serhiy-storchaka:pymodule-add4a

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Jul 15, 2023

Use PyModule_AddObjectRef(...) instead of PyModule_AddObject(..., Py_NewRef(...)).

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants