Christian Heimes added the comment:
The platform module no longer uses popen(). Victor replaced the broken code
with subprocess in bpo-35346.
--
nosy: +christian.heimes
resolution: -> fixed
stage: -> resolved
status: pending -> closed
type: compile error -> behavior
___
Irit Katriel added the comment:
I was unable to reproduce this on Python 3. Is this issue only relevant to
version 2.7?
Can you please post a complete script that shows the issue, and specify on
which system you see it?
--
nosy: +iritkatriel
status: open -> pending
New submission from sachin :
We are trying to utilize librosa library for some processing. When we try to
load the librosa library, python platform library is triggered via the Numba
library. Numba is trying to find the underlying OS which is installed. Function
"_syscmd_uname" is triggered