New submission from Amaury Forgeot d'Arc <amaur...@gmail.com>:

A short crasher::
    class X(object): pass
    del X.__abstractmethods__

All versions since 2.6 are affected.
The fix is probably simple: the setter function type_set_abstractmethods() in 
typeobject.c should check for a NULL value.

----------
keywords: easy
messages: 126086
nosy: amaury.forgeotdarc
priority: critical
severity: normal
status: open
title: segfault with "del X.__abstractmethods__"
type: crash
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10892>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to