This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients aivarannamaa, ned.deily, xtreak
Date 2018-10-08.07:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538985301.08.0.545547206417.issue34927@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and script. I can't reproduce this with 3.7.1rc1 tag and also tried this on v3.7.0 which works fine on Mac OS running 10.10.4 and tcl version 8.5 . I checked out the 3.7.1rc1 tag and did a clean rebuild with `git clean -xdf && ./configure --with-pydebug && make -s -j4` and tried below

Steps I followed : 

* I executed the script.
* clicked on "click me" button.
* A file open dialog opened and I closed this with esc.
* Again clicked "click me" button and selected a file to click enter the file open dialog disappeared 
* Closed the main box with "click me". No segfault.

Since the report says it's a regression between 3.7.0 and 3.7.1RC1 I am adding Ned as a friendly ping about this issue so that this can be tracked better between RC releases.
History
Date User Action Args
2018-10-08 07:55:01xtreaksetrecipients: + xtreak, ned.deily, aivarannamaa
2018-10-08 07:55:01xtreaksetmessageid: <1538985301.08.0.545547206417.issue34927@psf.upfronthosting.co.za>
2018-10-08 07:55:01xtreaklinkissue34927 messages
2018-10-08 07:55:00xtreakcreate