(original) (raw)
2013/6/20 Serhiy Storchaka <storchaka@gmail.com>
Aha. Should an internal C module fetch the value of the constants, and a public stat.py nicely wrap them in enums?
--
Amaury Forgeot d'Arc
Now with enumerations in the stdlib the stat module constants are candidates for flag enumerations. How easy will be implement it on C?
Aha. Should an internal C module fetch the value of the constants, and a public stat.py nicely wrap them in enums?
Amaury Forgeot d'Arc