Werner
2014-03-19 16:08:59 UTC
Hi,
The crash I noticed when I worked on testing things with Py33 - see
PR#73 in flatmenu is happening on line 5441 which is the last line of
the following snippet:
if self._focusWin:
newEvtHandler = FocusHandler(self)
self._focusWin.PushEventHandler(newEvtHandler)
Any idea why this would crash on Py33 but not on Py27?
Werner
The crash I noticed when I worked on testing things with Py33 - see
PR#73 in flatmenu is happening on line 5441 which is the last line of
the following snippet:
if self._focusWin:
newEvtHandler = FocusHandler(self)
self._focusWin.PushEventHandler(newEvtHandler)
Any idea why this would crash on Py33 but not on Py27?
Werner
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.