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 terry.reedy
Recipients martin.panter, pabstersac, terry.reedy
Date 2016-07-22.20:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469220455.28.0.600709042055.issue27547@psf.upfronthosting.co.za>
In-reply-to
Content
Crash reports should include the minimum code needed to produce the crash.  Adding function calls that never happen because the arguments cannot be computed adds noise that obscures the problem.  Here, b"a"*0xFFFFFFFFFFFFFFF would require more memory that any current computer has.  Float and array are irrelevant.  On Windows, it freezes python.  A MemoryError would be nicer, but this may be "won't fix".
History
Date User Action Args
2016-07-22 20:47:35terry.reedysetrecipients: + terry.reedy, martin.panter, pabstersac
2016-07-22 20:47:35terry.reedysetmessageid: <1469220455.28.0.600709042055.issue27547@psf.upfronthosting.co.za>
2016-07-22 20:47:35terry.reedylinkissue27547 messages
2016-07-22 20:47:34terry.reedycreate