[issue33257] Race conditions in Tkinter with non-threaded Tcl

Ivan Pozdeev report at bugs.python.org
Sat Apr 14 05:00:12 EDT 2018


Ivan Pozdeev <ivan_pozdeev at mail.ru> added the comment:

Wait a second... I think I noticed another similar bug.

In Tkapp_CallProc. Same case, Tkapp_CallArgs and Tkapp_CallDeallocArgs are called when not holding both locks.

The attached example doesn't use Python event handlers, so it didn't manifest itself in my tests.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33257>
_______________________________________


More information about the Python-bugs-list mailing list