[issue14779] test_buffer fails on OS X universal 64-/32-bit builds

Stefan Krah report at bugs.python.org
Fri May 11 10:56:15 CEST 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

The sysconfig docs say: "configuration variables relevant for the
current platform"

If get_config_var('SIZEOF_VOID_P') is meaningless for universal builds,
then IMO it should return None. None would then mean either "not found"
or "irrelevant".

----------

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


More information about the Python-bugs-list mailing list