Serhiy Storchaka <[email protected]> added the comment:
long long is at least 64 bit, so we can safely use PyLong_FromLongLong() for int64_t. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37295> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
