[New-bugs-announce] [issue15725] PyType_FromSpecWithBases bugfix

Robin Schreiber report at bugs.python.org
Sun Aug 19 15:12:47 CEST 2012


New submission from Robin Schreiber:

This small patch prevents PyType_FromSpecWithBases, from setting the base(s) attribute of the HeapType to NULL-values.

----------
components: Interpreter Core
files: PyType_FromSpecWithBases_bases_fix.patch
keywords: patch
messages: 168570
nosy: Robin.Schreiber
priority: normal
severity: normal
status: open
title: PyType_FromSpecWithBases bugfix
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file26895/PyType_FromSpecWithBases_bases_fix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15725>
_______________________________________


More information about the New-bugs-announce mailing list