New submission from Armin Rigo <[email protected]>:

lib_pypy/_tkinter/tclobj.py:FromObj:

The function above uses the "result" local variable before it is defined, at
various places.  It crashes e.g. running the following example code:

    from Tkinter import *
    tk=Tk()
    tk.grid_propagate()

----------
messages: 6229
nosy: arigo, pypy-issue
priority: bug
status: unread
title: Tkinter code bug

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1616>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to