You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I end up in infinite recursion, with the following error getting printed on the console
...
...
End edit enter
End edit enter
object address : 0x7ff66a8bd240
object refcount : 3
object type : 0x55fb65c4e7e0
object type name: RecursionError
object repr : RecursionError('maximum recursion depth exceeded while calling a Python object')
lost sys.stderr
End edit exit
End edit exit
...
...
This happens by doing those apparently licit steps:
Subclass GridCellNumberEditor
Override EndEdit()
Invoke the superclass EndEdit() method from within by overridden EndEdit() method
Operating system: Ubuntu 20.04
wxPython version & source: 4.2.1 (conda)
Python version & source: 3.12.2 (conda)
This has been reproduced also by other users
Description of the problem:
I end up in infinite recursion, with the following error getting printed on the console
This happens by doing those apparently licit steps:
GridCellNumberEditor
EndEdit()
EndEdit()
method from within by overriddenEndEdit()
methodCode Example (click to expand)
The text was updated successfully, but these errors were encountered: