Antti Haapala <an...@haapala.name> added the comment:

Unsigned long long needs to be at least 64 bits wide, so it is probably all 
32-bit platforms and 64-bit window at least. These functions are not used only 
in a few places within the CPython code and when they are they're guarded with 
`PyLong_Check`s or similar, as they probably should, but the other is part of 
public API

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to