FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-117953: Add Internal struct _Py_ext_module_loader_info by ericsnowcurrently · Pull Request #118194 · python/cpython · GitHub

/ cpython Public

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 commented Apr 23, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

I've pulled this out of #118116.

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

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

Copy link
Copy Markdown
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.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL