Message75655
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(). |
|
| 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: <[email protected]> |
| 2008-11-09 17:35:04 | christian.heimes | link | issue4285 messages |
| 2008-11-09 17:35:03 | christian.heimes | create | |
|