[issue22980] C extension naming doesn't take bitness into account

Antoine Pitrou report at bugs.python.org
Tue Dec 2 20:10:35 CET 2014


Antoine Pitrou added the comment:

Le 02/12/2014 19:59, Marc-Andre Lemburg a écrit :
> 
> My main point was that we shouldn't start adding tags for e.g.
> PPC, Intel, ARM, etc. since platforms needing to support multiple
> such architectures will typically support fat builds anyway.
> 
> How about using these flags:
> 
> b0 - 16-bit
> b1 - 32-bit
> b2 - 64-bit
> b3 - 128-bit

Fair enough, although I think we only need 32-bit and 64-bit for now,
and "32b" vs. "64b" would probably be more readable :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22980>
_______________________________________


More information about the Python-bugs-list mailing list