[Python-Dev] Memory Error the right error for coding cookie promise violation? (original) (raw)
Bengt Richter bokr at oz.net
Tue Feb 21 07:53:41 CET 2006
- Previous message: [Python-Dev] PEP for Better Control of Nested Lexical Scopes
- Next message: [Python-Dev] Memory Error the right error for coding cookie promise violation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Perhaps a more informative message would be nice. Here's an easy way to trigger it:
compile("#-- coding: ascii --\nprint 'ab%c'\n"%0x80, '','exec') Traceback (most recent call last): File "", line 1, in ? MemoryError
Regards, Bengt Richter
- Previous message: [Python-Dev] PEP for Better Control of Nested Lexical Scopes
- Next message: [Python-Dev] Memory Error the right error for coding cookie promise violation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]