Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-117953: Add Internal struct _Py_ext_module_loader_info #118194

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Apr 23, 2024

I've pulled this out of #118116.

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

@ericsnowcurrently ericsnowcurrently marked this pull request as ready for review April 24, 2024 16:52
@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) April 24, 2024 17:30
@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) April 24, 2024 17:33
@ericsnowcurrently ericsnowcurrently merged commit 5865fa5 into python:main Apr 24, 2024
35 checks passed
@ericsnowcurrently ericsnowcurrently deleted the add-loader-info-struct branch April 24, 2024 18:25
@ericsnowcurrently
Copy link
Member Author

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 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.

None yet

1 participant