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 vstinner
Recipients Oren Milman, gvanrossum, mark.dickinson, rhettinger, serhiy.storchaka, vstinner
Date 2017-03-18.19:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZLm9eST6hM1nctHK3fV9red-fT0K8t79tmcFsb4sNffg@mail.gmail.com>
In-reply-to <CAMpsgwaKqkL9Vh0b_dFjXyhT9961chxYjYyvHDEGJ5TPEs9AZQ@mail.gmail.com>
Content
I don't expect that any code rely on OverflowError. I don't remember any
code catching explicitly this exception.

As MemoryError, it's not common to catch these exceptions.

I expect that Python abstract the hardware if the cost on performance is
acceptable.
History
Date User Action Args
2017-03-18 19:24:39vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, mark.dickinson, serhiy.storchaka, Oren Milman
2017-03-18 19:24:39vstinnerlinkissue29833 messages
2017-03-18 19:24:39vstinnercreate