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 scav
Recipients
Date 2002-03-22.15:43:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
>>> a=1L
>>> type(a)
<type 'long'>
>>> a
Bus error(coredump)

F***! Nearly everything else works. It just seems to
be something in repr() of a long that crashes it.

Anyone else have this problem?
History
Date User Action Args
2007-08-23 14:00:01adminlinkissue533632 messages
2007-08-23 14:00:01admincreate