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 serhiy.storchaka
Recipients mark.dickinson, meador.inge, serhiy.storchaka, xiang.zhang
Date 2017-05-02.15:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493738476.9.0.492742452157.issue30224@psf.upfronthosting.co.za>
In-reply-to
Content
Your patch LGTM. Current code in _struct.c is ugly. I just wonder if it is worth to optimize PyLong_FromLongLong and PyLong_FromUnsignedLongLong if they are slower than PyLong_FromLong and PyLong_FromUnsignedLong.
History
Date User Action Args
2017-05-02 15:21:16serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, meador.inge, xiang.zhang
2017-05-02 15:21:16serhiy.storchakasetmessageid: <1493738476.9.0.492742452157.issue30224@psf.upfronthosting.co.za>
2017-05-02 15:21:16serhiy.storchakalinkissue30224 messages
2017-05-02 15:21:16serhiy.storchakacreate