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 pitrou
Recipients Yury.Selivanov, brett.cannon, georg.brandl, jkloth, larry, pitrou, serhiy.storchaka, taleinat, vajrasky, zach.ware
Date 2014-01-22.13:53:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390398788.66.0.218654770118.issue20341@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-01-22 13:53:08pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, taleinat, larry, jkloth, Yury.Selivanov, zach.ware, serhiy.storchaka, vajrasky
2014-01-22 13:53:08pitrousetmessageid: <1390398788.66.0.218654770118.issue20341@psf.upfronthosting.co.za>
2014-01-22 13:53:08pitroulinkissue20341 messages
2014-01-22 13:53:08pitroucreate