[issue6773] subprocess issue on Win 7 x64

2009-10-07 Thread Piotr Foltyn
Piotr Foltyn added the comment: I cannot reproduce it on Windows 7 x64 Ultimate either. sys.getwindowsversion() -> (6, 1, 7600, 2, '') Probably this bug was in Win7 RC and not in python. Thanks for your time. Closing. -- status: open -> closed ___

[issue6773] subprocess issue on Win 7 x64

2009-10-07 Thread Ezio Melotti
Ezio Melotti added the comment: I cannot reproduce it on Win7 32bit (OS Name: Microsoft Windows 7 Enterprise; OS Version: 6.1.7600 N/A Build 7600) with Python 2.6.3rc1. Attached there's the file I used (a slightly different version of what you posted, your version worked too), this is the output

[issue6773] subprocess issue on Win 7 x64

2009-08-24 Thread Piotr Foltyn
New submission from Piotr Foltyn : The sample code presented below produces error (screenshot available in attachment) on Windows 7 RC x64 with latest version of Python 2.6 installed. Both 32bit and 64bit versions of Python 2.6 are affected by this issue. Python 3 executes this code flawlessly