Message 75655 - Python tracker (original) (raw)

Message75655

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:06 christian.heimes set recipients: + christian.heimes, brett.cannon
2008-11-09 17:35:05 christian.heimes set messageid: 1226252105.81.0.0426210162252.issue4285@psf.upfronthosting.co.za
2008-11-09 17:35:04 christian.heimes link issue4285 messages
2008-11-09 17:35:03 christian.heimes create