Message208808
Some things:
- the concept of a nullable thing in Python doesn't exist; why not "optional"?
- why is there a "error" field in the new structs?
- the fact that the structs are defined in longobject.h looks bonkers
- boolean fields can be "char" instead of "int" (and moved at the end to pack the structure more efficiently)
- PyLong_AsSsize_t can't fail?
- does this change have a performance impact? |
|
Date |
User |
Action |
Args |
2014-01-22 13:53:08 | pitrou | set | recipients:
+ pitrou, brett.cannon, georg.brandl, taleinat, larry, jkloth, Yury.Selivanov, zach.ware, serhiy.storchaka, vajrasky |
2014-01-22 13:53:08 | pitrou | set | messageid: <1390398788.66.0.218654770118.issue20341@psf.upfronthosting.co.za> |
2014-01-22 13:53:08 | pitrou | link | issue20341 messages |
2014-01-22 13:53:08 | pitrou | create | |
|