Re: Bug in Python3 ('tempfile', 'subprocess', '_hashlib')

2018-04-09 Thread Giuseppe Scelsi
owitz wrote: On 2018-04-05 20:14, Giuseppe Scelsi wrote: Using freshly-updated Cygwin 64-bit under Windows 7 Enterprise Ver 6.1 and Python 3 version 3.6.4. The execution of the following script:     import subprocess     import _hashlib     import _sha3     subprocess.run('pwd') al

Bug in Python3 ('tempfile', 'subprocess', '_hashlib')

2018-04-05 Thread Giuseppe Scelsi
Hi, Using freshly-updated Cygwin 64-bit under Windows 7 Enterprise Ver 6.1 and Python 3 version 3.6.4. The execution of the following script: import subprocess import _hashlib import _sha3 subprocess.run('pwd') always results in 'BlockingIOError: [Errno 11] Resource temporarily

Bug in Python3 ('tempfile' and 'subprocess')

2018-03-28 Thread Giuseppe Scelsi
Hi, Using freshly-updated Cygwin 64-bit under Windows 7 Enterprise Ver 6.1 and Python 3 version 3.6.4. Executing the following script: import subprocess import _hashlib import _sha3 subprocess.run('pwd') always results in 'BlockingIOError: [Errno 11] Resource temporarily unav