On 3/20/2016 4:55 PM, Larry Martell wrote:

Yes, I was thinking that as well about the "page allocation failure"
message, but it's almost like there were 2 errors, the first being the
unhandled exception. But why would it not output something to stderr?

Formatting a traceback requires memory. As I remember, Python gives up after out-of-memory error. It might be that the out-of-memory caused a MemoryException that was not handled.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to