seg fault on asscessing undefined attr in __getattr__

Kong-Jei Kuan jkuan at home.com
Fri May 25 05:57:06 EDT 2001


hi, i am still using python 1.52, and don't know if this happens to other
versions, can some verify this?

Python 1.5.2 (#0, Dec 27 2000, 13:59:38)  [GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> class A:
...   def __getattr__(self, name):
...     self.x
... 
>>> a=A()
>>> a
Segmentation fault



More information about the Python-list mailing list