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 christian.heimes
Recipients brett.cannon, christian.heimes
Date 2008-11-09.17:35:02
SpamBayes Score 8.25944e-05
Marked as misclassified No
Message-id <1226252105.81.0.0426210162252.issue4285@psf.upfronthosting.co.za>
In-reply-to
Content
I concur that bootstrapping may be a problem. Using a NamedTuple also
increases the number of loaded modules by 4 (_collections.so, keyword.py
and operator.so).

But we could reimplement it with a PyStructSequence like I did for
sys.float_info. It's straight forward and easy to implement with the
example code in Object/floatobject.c:PyFloat_GetInfo().
History
Date User Action Args
2008-11-09 17:35:06christian.heimessetrecipients: + christian.heimes, brett.cannon
2008-11-09 17:35:05christian.heimessetmessageid: <1226252105.81.0.0426210162252.issue4285@psf.upfronthosting.co.za>
2008-11-09 17:35:04christian.heimeslinkissue4285 messages
2008-11-09 17:35:03christian.heimescreate