-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-134160: Use PyModuleDef.m_free in the example module xxlimited #135174
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
Conversation
Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
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.
LGTM.
You should merge main into your branch to retrieve the test_syntax fix.
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ed (pythonGH-135174) (cherry picked from commit 1adca08) Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
…ed (pythonGH-135174) (cherry picked from commit 1adca08) Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
GH-135213 is a backport of this pull request to the 3.14 branch. |
GH-135214 is a backport of this pull request to the 3.13 branch. |
The comment about
free
not being necessary is wrong. Like classes, modules need bothclear
andfree
.