Martin Panter added the comment:

Makes sense if it already doesn’t work without HAVE_LONG_LONG. This also came 
up in discussion of adding a BLAKE2 hash algorithm: 
<https://www.mail-archive.com/search?l=mid&q=campsgwzj47osot597yedkaqxisu3b_4gitbxsmq6gh%2b_ylf...@mail.gmail.com>.

FWIW the normal Windows compiler may not actually have “long long”; we use 
__int64 instead:

https://hg.python.org/cpython/annotate/default/PC/pyconfig.h#l267

so maybe in some places (such as this bug title) you should refer to 
PY_LONG_LONG rathe than “long long” to avoid confusion :)

----------
nosy: +martin.panter

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

Reply via email to