Files
cpython/Lib
Guido van Rossum 4402241450 Jim Fulton reported a segfault in dir(). A heavily proxied object
returned a proxy for __class__ whose __bases__ was also a proxy.  The
merge_class_dict() helper for dir() assumed incorrectly that __bases__
would always be a tuple and used the in-line tuple API on the proxy.

I will backport this to 2.2 as well.
2002-05-13 18:29:46 +00:00
..
2002-04-22 00:42:42 +00:00
2002-03-17 21:49:20 +00:00
2002-02-11 17:56:27 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-02-16 07:34:19 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-03-22 02:46:41 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-04-12 20:55:31 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-02-08 20:41:34 +00:00
2002-03-18 13:06:00 +00:00
2002-04-13 14:03:38 +00:00