[issue21197] venv does not create lib64 directory and appropriate symlinks

Ned Deily report at bugs.python.org
Mon Jun 2 01:19:42 CEST 2014


Ned Deily added the comment:

The added 64-bit test unnecessary adds an import for struct.  The documented preferred test is:

sys.maxsize > 2**32

https://docs.python.org/dev/library/platform.html#platform.architecture

----------

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


More information about the Python-bugs-list mailing list