[Python-Dev] Python interpreter crash. (original) (raw)

Neil Schemenauer nas@python.ca
Tue, 12 Mar 2002 10:15:27 -0800


Gustavo Cordova wrote:

I found a (maybe?) new bug, which crashes the interpreter. Just do this (is't repeatable):

>>> from types import * >>> mod = ModuleType.new(ModuleType) >>> mod

Thanks for the report. I've submitted it as a bug on SF.

Neil