[issue1047] py3k: corrections for test_subprocess on windows

2007-11-08 Thread Christian Heimes
Christian Heimes added the comment: The patch to _fileio was implemented in a different way and applied to the py3k branch a while ago. -- nosy: +tiran resolution: accepted -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1047] py3k: corrections for test_subprocess on windows

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: -> low __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1047] py3k: corrections for test_subprocess on windows

2007-09-02 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1047] py3k: corrections for test_subprocess on windows

2007-08-29 Thread Guido van Rossum
Guido van Rossum added the comment: Committed revision 57669. I have no way to test this so you'll have to watch the buildbot. However, I didn't include the patch to _fileio.c that prevents closing fds 0, 1, 2; I think that's the wrong thing to do and if it causes problems it needs to be address

[issue1047] py3k: corrections for test_subprocess on windows

2007-08-28 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/option

[issue1047] py3k: corrections for test_subprocess on windows

2007-08-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Did I say that test_subprocess now passes on windows? __ Tracker <[EMAIL PROTECTED]> __ subprocess.diff Description: Binary data ___

[issue1047] py3k: corrections for test_subprocess on windows

2007-08-28 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc: I join three patches for py3k on Windows: 1/ getargs.diff adds the 'Z' and 'Z#' format specifiers for PyArg_ParseTuple. They mimic z and z# for unicode strings, by accepting a Unicode or None (in which case the Py_UNICODE* pointer is set to NULL). With d