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 braaannigan, mark.dickinson, rhettinger, terry.reedy
Date 2017-08-05.03:07:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501902476.76.0.695823656529.issue31097@psf.upfronthosting.co.za>
In-reply-to
Content
LB, an exception is a graceful shutdown, not a crash.  A crash is a seg fault, core dump, or an OS message 'Your app has stopped unexpectedly'.

In #30537, the exception was regarded as expected, not a bug, and changing islice to accept np ints was regarded as an enhancement, and therefore limited to 3.7
History
Date User Action Args
2017-08-05 03:07:56terry.reedysetrecipients: + terry.reedy, rhettinger, mark.dickinson, braaannigan
2017-08-05 03:07:56terry.reedysetmessageid: <1501902476.76.0.695823656529.issue31097@psf.upfronthosting.co.za>
2017-08-05 03:07:56terry.reedylinkissue31097 messages
2017-08-05 03:07:56terry.reedycreate