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 gerrit
Recipients
Date 2003-06-25.15:00:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=13298

Interestingly, the problem does not occur within a script
here, too. Maybe it is in the readline library or something
like that. Pressing <shift>-<Enter> always segfaults for me
(known readline bug). This is the same as <Escape>-O-<Enter>
and the same problem is in Ruby and sh, so this is a
readline bug.  I think this because [int(1e100) for i in
xrange(1000000)] works fine, also on the interactive prompt.
Hmm, would there be a way to test this hypotesis?
History
Date User Action Args
2007-08-23 14:14:08adminlinkissue757520 messages
2007-08-23 14:14:08admincreate