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 taleinat
Recipients gpolo, serhiy.storchaka, taleinat, terry.reedy, vtudorache
Date 2018-08-01.20:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533156582.15.0.56676864532.issue34313@psf.upfronthosting.co.za>
In-reply-to
Content
On macOS 10.13.5 (the latest available) with ActiveTcl 8.6.7 (the latest available), I'm building Python from latest master (to be 3.8.0).  I'm consistently having IDLE crash almost immediately, just by opening any file for editing.  The crash results in the following error:

$ root/bin/python3 -m idlelib
objc[50759]: Invalid or prematurely-freed autorelease pool 0x7fb74091f050.
[1]    50759 abort      root/bin/python3 -m idlelib

In issue34120, @vtudorache reported a similar issue (also on macOS).

With Python 3.7.0 from python.org, everything works fine.

Strangely, replacing ActiveTcl with version 8.5.18.0 resolves this issue.

I'm not sure whether this is specific to IDLE; I'll try to provide a minimal way to reproduce.
History
Date User Action Args
2018-08-01 20:49:42taleinatsetrecipients: + taleinat, terry.reedy, gpolo, serhiy.storchaka, vtudorache
2018-08-01 20:49:42taleinatsetmessageid: <1533156582.15.0.56676864532.issue34313@psf.upfronthosting.co.za>
2018-08-01 20:49:42taleinatlinkissue34313 messages
2018-08-01 20:49:41taleinatcreate