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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt, pitrou, sable, vstinner
Date 2016-07-25.15:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469459767.31.0.65104033916.issue11193@psf.upfronthosting.co.za>
In-reply-to
Content
Seems to be okay at least with Python 3.6 "test" version - but maybe there is better way to call these tests - just to be sure the one needed is not being skipped.

On AIX 5.3 TL7 SP0:

root@x064:[/data/prj/aixtools/python/python-3.6.0.162/Lib/test]../../python test_subprocess.py
ssss...........................................s.......................................................s.....s.........s...............................................................s.....s.........s.........................................sssssssssssss
----------------------------------------------------------------------
Ran 254 tests in 113.796s

OK (skipped=24)

On AIX 6.1 TL9 SP4:

michael@x071:[/data/prj/aixtools/python/python-3.6.0.162/Lib/test]../../python test_subprocess.py
ssss...........................................s.......................................................s.....s.........s...............................................................s.....s.........s.........................................sssssssssssss
----------------------------------------------------------------------
Ran 254 tests in 126.684s

OK (skipped=24)
michael@x071:[/data/prj/aixtools/python/python-3.6.0.162/Lib/test]

Please note that GNU libiconv is used by default (version 1.14) rather than IBM iconv.

This may be the key issue (will test 11190 as well)
History
Date User Action Args
2016-07-25 15:16:07Michael.Feltsetrecipients: + Michael.Felt, pitrou, vstinner, sable, David.Edelsohn
2016-07-25 15:16:07Michael.Feltsetmessageid: <1469459767.31.0.65104033916.issue11193@psf.upfronthosting.co.za>
2016-07-25 15:16:07Michael.Feltlinkissue11193 messages
2016-07-25 15:16:07Michael.Feltcreate