Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
bpo-42327: Add PyModule_Add().#23240
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
67e94c9
to3387f58
Comparebedevere-bot commentedNov 14, 2020
🤖 New build scheduled with the buildbot fleet by@pablogsal for commit17279ae 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Could you please move your changes of_ssl.c
to another PR? This PR will cause major conflicts with two of my PRs.
I also like to get your opinion onhttps://discuss.python.org/t/define-module-constants-in-pymoduledef/5749 . I have suggested a radically different approach for module constant initialization that is even more convenient thanPyModule_Add()
.
bedevere-bot commentedNov 14, 2020
When you're done making the requested changes, leave the comment: |
I will most likely break this PR into several parts and merge them separately. It grew more than I expected because for each modified module I fixed all potential leaks, and some module expose many constants. |
Created#23443 which does not include large changes. |
This PR is stale because it has been open for 30 days with no activity. |
Split and merged as a number of smaller PRs. |
Uh oh!
There was an error while loading.Please reload this page.
https://bugs.python.org/issue42327