Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Apr 23, 2024

I've pulled this out of #118116.

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

@ericsnowcurrently
Copy link
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