[issue10293] PyMemoryView object has obsolete members

Kristján Valur Jónsson report at bugs.python.org
Tue Nov 2 10:26:36 CET 2010


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

The PyMemoryObject has a "base" member which appears to be obsolete.  Furthermore, the function do_release() attempt to perform some obsolete-looking woodo with base if it happens to be a tuple.  Looks dangerous.

----------
components: Interpreter Core
messages: 120211
nosy: krisvale
priority: normal
severity: normal
status: open
title: PyMemoryView object has obsolete members
type: behavior
versions: Python 3.2

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


More information about the Python-bugs-list mailing list