This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Jac0, Martin Bijl-Schwab, eryksun, ezio.melotti, miss-islington, pablogsal, paul.moore, steve.dower, tim.golden, vinay.sajip, vstinner, zach.ware
Date 2018-11-08.08:48:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541666939.01.0.788709270274.issue32409@psf.upfronthosting.co.za>
In-reply-to
Content
Pablo Galindo reverted the change because it broke Windows buildbots, and we have a policy to revert a change breaking buildbots if the regression cannot be fixed "quickly" event:
https://pythondev.readthedocs.io/ci.html#revert-on-fail

Is someone working on investigating the bug? Do you need help to reproduce the bug?

Copy of the test_venv error:

======================================================================
ERROR: test_unicode_in_batch_file (test.test_venv.BasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows8\build\lib\test\test_venv.py", line 302, in test_unicode_in_batch_file
    out, err = check_output(
  File "D:\buildarea\3.x.bolen-windows8\build\lib\test\test_venv.py", line 37, in check_output
    raise subprocess.CalledProcessError(
TypeError: __init__() takes from 3 to 5 positional arguments but 6 were given

https://buildbot.python.org/all/#/builders/32/builds/1707
History
Date User Action Args
2018-11-08 08:48:59vstinnersetrecipients: + vstinner, paul.moore, vinay.sajip, tim.golden, ezio.melotti, zach.ware, eryksun, steve.dower, pablogsal, Jac0, miss-islington, Martin Bijl-Schwab
2018-11-08 08:48:59vstinnersetmessageid: <1541666939.01.0.788709270274.issue32409@psf.upfronthosting.co.za>
2018-11-08 08:48:59vstinnerlinkissue32409 messages
2018-11-08 08:48:58vstinnercreate