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 mark.dickinson
Recipients belopolsky, cben, eric.araujo, ezio.melotti, flox, giampaolo.rodola, lesmana, loewis, mark.dickinson, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, steven.daprano, tshepang
Date 2013-05-06.11:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367839281.09.0.821812310015.issue5845@psf.upfronthosting.co.za>
In-reply-to
Content
More information: readline.read_init_file() produced the same traceback before this commit, so all that's changed is that we're now calling this at interpreter startup.  It looks like I'm using the system libedit:

iwasawa:cpython mdickinson$ otool -L build/lib.macosx-10.6-x86_64-3.4-pydebug/readline.so 
build/lib.macosx-10.6-x86_64-3.4-pydebug/readline.so:
	/usr/lib/libedit.2.dylib (compatibility version 2.0.0, current version 2.11.0)
	/usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11)
iwasawa:cpython mdickinson$
History
Date User Action Args
2013-05-06 11:21:21mark.dickinsonsetrecipients: + mark.dickinson, loewis, ronaldoussoren, cben, belopolsky, pitrou, giampaolo.rodola, ned.deily, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, flox, lesmana, tshepang, python-dev, serhiy.storchaka
2013-05-06 11:21:21mark.dickinsonsetmessageid: <1367839281.09.0.821812310015.issue5845@psf.upfronthosting.co.za>
2013-05-06 11:21:21mark.dickinsonlinkissue5845 messages
2013-05-06 11:21:20mark.dickinsoncreate