This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2002-08-16.03:32:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In typeobject.c:1011 (in type_new), buffer is static. 
It doesn't seem to need to be static as it's only
passed to Py_Mangle().
History
Date User Action Args
2007-08-23 14:04:59adminlinkissue595838 messages
2007-08-23 14:04:59admincreate