Mark Dickinson <dicki...@gmail.com> added the comment:
> Is there a reason why CPython cannot store its compile time value for the > PYLONG_BITS_IN_DIGIT setting somewhere? There's PyLong_GetInfo [1], and at Python level, the corresponding sys.long_info (Python 2) / sys.int_info (Python 3). Does that help? [1] https://github.com/python/cpython/blob/b2e2025941f6a4fdb716bd141d31acf720353d21/Objects/longobject.c#L5578-L5595 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35037> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com