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 ehuss
Recipients
Date 2004-06-26.01:12:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following module allows you to create custom 
structseq objects from python.

It requires a patch to structseq.c in order to correctly 
allocate the type object on the heap.

I wasn't sure about the best way to allocate a type 
object on the heap, so this is my best effort.  I'm going 
to follow up with a posting to python-dev to see what 
others think.

This file will probably need to be updated to conform to 
python style standards.

Feel free to include this in the standard Python 
distribution.  I am willing to handle future updates/fixes 
for it.

This is related to bug 624827 filed by Fred L. Drake to 
add similar functionality.
History
Date User Action Args
2007-08-23 15:38:20adminlinkissue980098 messages
2007-08-23 15:38:20admincreate