[issue6270] Menu deletecommand fails if command is already deleted

2018-05-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: I installed the latest version of pmw on Ubuntu 14.04 and did not receive any errors using the supplied test snippet. It appears that pmw added a patch to the code to only delete the commands when used with Python versions before 2.5.4 so that this bug would

[issue6270] Menu deletecommand fails if command is already deleted

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: I've tried to reproduce this on Windows 7 with Python 3.4.1 and failed. Would somebody else please give it a go. -- nosy: +BreamoreBoy ___ Python tracker __

[issue6270] Menu deletecommand fails if command is already deleted

2012-03-22 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6270] Menu deletecommand fails if command is already deleted

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> gpolo nosy: +gpolo versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list maili

[issue6270] Menu deletecommand fails if command is already deleted

2010-02-09 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal stage: -> patch review type: crash -> behavior versions: +Python 3.2 -Python 2.5, Python 3.0 ___ Python tracker ___

[issue6270] Menu deletecommand fails if command is already deleted

2009-06-11 Thread Greg Couch
Changes by Greg Couch : Removed file: http://bugs.python.org/file14265/delcmd.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue6270] Menu deletecommand fails if command is already deleted

2009-06-11 Thread Greg Couch
Changes by Greg Couch : Added file: http://bugs.python.org/file14266/delcmd.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue6270] Menu deletecommand fails if command is already deleted

2009-06-11 Thread Greg Couch
New submission from Greg Couch : Sometime around Python 2.5.4, Menu.delete was changed to delete associated entry commands (and thus plug a memory leak). This broke Pmw.OptionMenu because it already had similar code, so when Menu.delete was called, the commands were already gone, and a TclError