Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.1k
Closed
Description
Bug report
Bug description:
Reproducer:
$ ./python -Xshowrefcount -c "import tkinter"Seems to be caused by the use ofAddObjectRef 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