Skip to content

gh-117953: Add Internal struct _Py_ext_module_loader_info - #118194

Merged
ericsnowcurrently merged 9 commits into
python:mainfrom
ericsnowcurrently:add-loader-info-struct
Apr 24, 2024
Merged

gh-117953: Add Internal struct _Py_ext_module_loader_info#118194
ericsnowcurrently merged 9 commits into
python:mainfrom
ericsnowcurrently:add-loader-info-struct

Conversation

@ericsnowcurrently

@ericsnowcurrentlyericsnowcurrently commented Apr 23, 2024

Copy link
Copy Markdown
Member

I've pulled this out of #118116.

This helps with a later change that splits up _PyImport_LoadDynamicModuleWithSpec().

@ericsnowcurrently

Copy link
Copy Markdown
MemberAuthor

Looks like a refleak slipped through with this PR. I'm working on a fix.

ericsnowcurrently added a commit that referenced this pull request Apr 24, 2024
A couple of refleaks slipped through in gh-118194. This takes care of them.
(AKA _Py_ext_module_loader_info_init() does not steal references.)
ericsnowcurrently added a commit to ericsnowcurrently/cpython that referenced this pull request Apr 24, 2024
…-118250)
A couple of refleaks slipped through in pythongh-118194. This takes care of them.
(AKA _Py_ext_module_loader_info_init() does not steal references.)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ericsnowcurrently