[issue16086] tp_flags: Undefined behaviour with 32 bits long

Antoine Pitrou report at bugs.python.org
Sun Sep 30 20:28:31 CEST 2012


Antoine Pitrou added the comment:

Ok, I'm not Martin, but I'll try to answer. An ABI pertains to the interfaces exposed by compiled object code, not source code. With C, function signatures in compiled code don't keep any type information (*), and they obviously doesn't know about macros either. So I'd answer "No" to both questions :-)

(*) it would be different with C++, because of name mangling

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list