_tkinter
leaks type references on initialization
#123504
Labels
extension-modules
C modules in the Modules dir
topic-tkinter
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Reproducer:
Seems to be caused by the use of
AddObjectRef
on a strong reference in the_tkinter
initialization function, causing a doublePy_INCREF
.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
_tkinter
#123505_tkinter
initializer #123662The text was updated successfully, but these errors were encountered: