out of memory

Heiko Wundram heikowu at ceosg.de
Thu Sep 6 07:10:24 EDT 2001


On Thursday 06 September 2001 12:56, you wrote:
> What happens when python runs out of memory?
> Is there an exception?

Hmm... Actually yes. It's called MemoryError (logically... ;))

> Where are exceptions documented?

Exceptions are documented in the Python Library Reference in chapter 2.2 (for 
the 2.1.1 documentation that's pages 16+)

Hope this helps!

> Chau & tia,
>
> Gaston

-- 
Yours sincerely,

	Heiko Wundram




More information about the Python-list mailing list