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 PedanticHacker, Stefan Pochmann, mark.dickinson, mcognetta, rhettinger, serhiy.storchaka, tim.peters
Date 2021-12-22.11:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640173177.96.0.0955014702919.issue37295@roundup.psfhosted.org>
In-reply-to
Content
long long is at least 64 bit, so we can safely use PyLong_FromLongLong() for int64_t.
History
Date User Action Args
2021-12-22 11:39:38serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, PedanticHacker, mcognetta, Stefan Pochmann
2021-12-22 11:39:37serhiy.storchakasetmessageid: <1640173177.96.0.0955014702919.issue37295@roundup.psfhosted.org>
2021-12-22 11:39:37serhiy.storchakalinkissue37295 messages
2021-12-22 11:39:37serhiy.storchakacreate