[issue37673] Tkinter won't create 5000 check boxes, stops at 1309.
Terry J. Reedy
report at bugs.python.org
Sat Jul 27 00:26:57 EDT 2019
Terry J. Reedy <tjreedy at udel.edu> added the comment:
It stopped at 1309 for me too, running with IDLE, then added 4999 and the quit button, which did not work. If you can, try to make the code simpler. Here is one guide.
https://stackoverflow.com/help/minimal-reproducible-example
However, limitations in tcl/tk are out of our control. So we may close this as 3rd party. Python also has undocumented limitations, which we close as "won't fix".
----------
nosy: +serhiy.storchaka, terry.reedy
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37673>
_______________________________________
More information about the Python-bugs-list
mailing list