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 serhiy.storchaka
Recipients ezio.melotti, koobs, martin.panter, python-dev, scop, serhiy.storchaka, vstinner
Date 2016-09-07.11:15:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473246938.99.0.783692131927.issue27938@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe Windows buildbots failures are related:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/8294/steps/test/logs/stdio

======================================================================
FAIL: test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_io.py", line 3174, in test_create_at_shutdown_without_encoding
    self.assertIn(self.shutdown_error, err.decode())
AssertionError: 'LookupError: unknown encoding: ascii' not found in 'Exception ignored in: <bound method C.__del__ of <__main__.C object at 0x000000000123BF60>>\r\nTraceback (most recent call last):\r\n  File "<string>", line 12, in __del__\r\n  File "C:\\buildbot.python.org\\3.x.kloth-win64\\build\\lib\\_pyio.py", line 1934, in __init__\r\n  File "C:\\buildbot.python.org\\3.x.kloth-win64\\build\\lib\\encodings\\__init__.py", line 158, in _alias_mbcs\r\nImportError: sys.meta_path is None, Python is likely shutting down'

----------------------------------------------------------------------
History
Date User Action Args
2016-09-07 11:15:39serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, scop, ezio.melotti, python-dev, martin.panter, koobs
2016-09-07 11:15:38serhiy.storchakasetmessageid: <1473246938.99.0.783692131927.issue27938@psf.upfronthosting.co.za>
2016-09-07 11:15:38serhiy.storchakalinkissue27938 messages
2016-09-07 11:15:38serhiy.storchakacreate