Uh oh!
There was an error while loading. Please reload this page.
gh-123504: Fix regression in _tkinter initializer - #123662
Conversation
(@encukou, this needs |
Uh oh!
There was an error while loading. Please reload this page.
You can @ either me or @Eclips4 for skip news requests since we are triagers, or we'll just see whether this is needed or not when we'll look at the PR. |
ZeroIntensity
commented
Sep 4, 2024
I would, but Petr specifically requested that I ping him for label changes (he's "mentoring" me for triage membership). |
ZeroIntensity
commented
Sep 4, 2024
Does that look alright? |
picnixz
left a comment
There was a problem hiding this comment.
Sounds good! If I were to nitpick I would have (in the previous PR that I wasn't able to comment since it was merged before):
Py_UNUSED(module)in themodule_traversesignaturePy_UNUSED(mod)in themodule_clearsignature(void)module_clear((PyObject *)mod);inmodule_free- Renamed the functions to
_tkintermodule_{clear,traverse,free}.
You could do those cosmetic changes if you want but otherwise it's fine.
ZeroIntensity
commented
Sep 4, 2024
I'm going to leave the names as is, we can change them if we decide to migrate tkinter over to PEP 489 |
cc @serhiy-storchaka
_tkinterleaks type references on initialization #123504