Calling functions from the platform module cause python to exit without proper
errors being reported:
bash.nmf-4.2$ python
imPython 2.7.7 (default, Jul 16 2014, 19:31:27)
[GCC 4.4.3 20140604 (Native Client r13280, Git Commit
093bbb415942cc3406656f90a3a5b2f0aef58d06)] on nacl
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.uname()
Function gethostname is not implemented in glibc-compat!
Function popen is not implemented in glibc-compat, aborting!
bash.nmf-4.2$
Original issue reported on code.google.com by elijahta...@chromium.org on 16 Oct 2014 at 4:37
Original issue reported on code.google.com by
elijahta...@chromium.org
on 16 Oct 2014 at 4:37