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 pitrou
Recipients pitrou, vstinner
Date 2010-09-20.00:02:16
SpamBayes Score 0.009864902
Marked as misclassified No
Message-id <1284940938.56.0.417110685036.issue9902@psf.upfronthosting.co.za>
In-reply-to
Content
Under the "x86 debian parallel 3.x" buildbot, there's the following failure:

======================================================================
FAIL: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot2/slave/3.x.loewis-parallel/build/Lib/test/test_subprocess.py", line 898, in test_undecodable_env
    self.assertEquals(stdout.decode('ascii'), ascii(value))
AssertionError: "'abc\\xff'" != "'abc\\udcff'"
- 'abc\xff'
?      ^
+ 'abc\udcff'
?      ^^^


======================================================================
FAIL: test_undecodable_env (test.test_subprocess.ProcessTestCasePOSIXPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot2/slave/3.x.loewis-parallel/build/Lib/test/test_subprocess.py", line 898, in test_undecodable_env
    self.assertEquals(stdout.decode('ascii'), ascii(value))
AssertionError: "'abc\\xff'" != "'abc\\udcff'"
- 'abc\xff'
?      ^
+ 'abc\udcff'
?      ^^^
History
Date User Action Args
2010-09-20 00:02:18pitrousetrecipients: + pitrou, vstinner
2010-09-20 00:02:18pitrousetmessageid: <1284940938.56.0.417110685036.issue9902@psf.upfronthosting.co.za>
2010-09-20 00:02:16pitroulinkissue9902 messages
2010-09-20 00:02:16pitroucreate