Devin Jeanpierre added the comment:

Isn't it possible for a >64-bit architecture to have intptr_t be wider than 
long long?

As for my use-case, I am wrapping the C-API for Rust. Rust can call and be 
called by C (and therefore Python), but a Rust "int" is a C "intptr_t", and a 
Rust "uint" is a C "uintptr_t".

----------

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

Reply via email to