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 ned.deily
Recipients Max.Kaye, ned.deily
Date 2013-06-24.04:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372049645.03.0.232455568787.issue18289@psf.upfronthosting.co.za>
In-reply-to
Content
The crash report indicates that the operating system is a OS X 10.9 Developer Preview (which is under NDA at the moment) and that you are using the python2.7.3 from the python.org 64-bit/32-bit 2.7.3 installer.  The readline module include with that installer dynamically links with the OS-provided libedit.dylib for terminal editing functions in the interactive interpreter. I can also reproduce a similar crash using the python.org 3.3.2 installer and just by entering "print('a')" twice; no need to use round(). The problem is not reproducible on current OS X 10.8 systems. Almost certainly this is due to some incompatible change in libedit.dylib.  You should open an issue with Apple reporting the compatibility problem.  The Homebrew Python most likely is linked with its own copy of the GNU readline library rather than the system libedit.
History
Date User Action Args
2013-06-24 04:54:05ned.deilysetrecipients: + ned.deily, Max.Kaye
2013-06-24 04:54:05ned.deilysetmessageid: <1372049645.03.0.232455568787.issue18289@psf.upfronthosting.co.za>
2013-06-24 04:54:04ned.deilylinkissue18289 messages
2013-06-24 04:54:04ned.deilycreate