[issue2989] type_modified() in typeobject.c should be public

Stefan Behnel report at bugs.python.org
Wed May 28 12:52:39 CEST 2008


New submission from Stefan Behnel <scoder at users.sourceforge.net>:

Here is a patch that makes this function public. This allows C code to
correctly taint a type after updating its attributes or base classes.

----------
components: Interpreter Core
files: pytype_modified.patch
keywords: patch
messages: 67444
nosy: scoder
severity: normal
status: open
title: type_modified() in typeobject.c should be public
type: feature request
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file10457/pytype_modified.patch

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


More information about the Python-bugs-list mailing list