[Python-Dev] Python interpreter crash.

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