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 gvanrossum
Recipients
Date 2002-08-06.15:16:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The 'etype' struct in typeobject.c prevents people like
David Abrahams and Christian Tismer from defining
C-level metatypes that add slots to the end of the type
structure. It should be possible for type_new() to
place the additional structures after an offset
determined by tp_basicsize of the metatype, rather than
at a fixed offset.
History
Date User Action Args
2007-08-23 14:04:39adminlinkissue591586 messages
2007-08-23 14:04:39admincreate