[Python-3000] MemoryError oddities
Benjamin Peterson
musiccomposition at gmail.com
Wed Jul 30 18:42:32 CEST 2008
On Wed, Jul 30, 2008 at 11:36 AM, Guido van Rossum <guido at python.org> wrote:
>
> FWIW, are there any legitimate occurrences of OverflowError in Py3k
> now that ints have unlimited range?
I believe not being able to convert an int to Py_ssize_t with
PyNumber_AsSsize_t is a valid use.
>
> --
> --Guido van Rossum (home page: http://www.python.org/~guido/)
>
--
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."
More information about the Python-3000
mailing list