[issue21772] platform.uname() not EINTR safe
Stefano Borini
report at bugs.python.org
Tue Jul 8 11:40:57 CEST 2014
Stefano Borini added the comment:
You can't use subprocess. platform is used during build. subprocess needs select, but select is a compiled module and at that specific time in the build process is not compiled yet.
----------
nosy: +stefanoborini
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21772>
_______________________________________
More information about the Python-bugs-list
mailing list