Issue 2989: type_modified() in typeobject.c should be public (original) (raw)

Issue2989

Created on 2008-05-28 10:52 by scoder, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pytype_modified.patch scoder,2008-05-28 10:52 Patch that renames type_modified() to PyType_Modified() and makes it public
Messages (2)
msg67444 - (view) Author: Stefan Behnel (scoder) * (Python committer) Date: 2008-05-28 10:52
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.
msg67446 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-28 11:21
Committed r63757.
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47238
2008-05-28 11:21:53 georg.brandl set status: open -> closedresolution: acceptedmessages: + nosy: + georg.brandl
2008-05-28 10:52:37 scoder create