[pypy-issue] [issue1616] Tkinter code bug

Armin Rigo tracker at bugs.pypy.org
Sat Sep 28 12:57:58 CEST 2013


New submission from Armin Rigo <armin.rigo at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1616>
________________________________________


More information about the pypy-issue mailing list