[Python-bugs-list] [ python-Bugs-602295 ] Core dump in 2.2.1

noreply@sourceforge.net noreply@sourceforge.net
Fri, 30 Aug 2002 01:47:44 -0700


Bugs item #602295, was opened at 2002-08-30 04:47
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=602295&group_id=5470

Category: Python Interpreter Core
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Fincher (jemfinch)
Assigned to: Nobody/Anonymous (nobody)
Summary: Core dump in 2.2.1

Initial Comment:
$ python
Python 2.2.1 (#1, Aug 23 2002, 05:57:24)
[GCC 2.95.3-5 (cygwin special)] on cygwin
Type "help", "copyright", "credits" or "license" for more 
information.
>>> class C(object):
...   __slots__ = ()
...
>>> c = C()
>>> del c.__class__
Segmentation fault (core dumped)

Attached is the stack dump.  I didn't see any actual 
core dump.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=602295&group_id=5470