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 BreamoreBoy, Mariatta, barry, brett.cannon, dstufft, eric.smith, gvanrossum, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2016-10-25.17:30:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477416635.22.0.728096846555.issue25002@psf.upfronthosting.co.za>
In-reply-to
Content
This change broke buildbots.

$ ./python -We -m test.regrtest test_os 
Run tests sequentially
0:00:00 [1/1] test_os
test test_os crashed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/libregrtest/runtest.py", line 151, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "/home/serhiy/py/cpython/Lib/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 978, in _gcd_import
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 677, in exec_module
  File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
  File "/home/serhiy/py/cpython/Lib/test/test_os.py", line 5, in <module>
    import asynchat
  File "/home/serhiy/py/cpython/Lib/asynchat.py", line 48, in <module>
    import asyncore
  File "/home/serhiy/py/cpython/Lib/asyncore.py", line 65, in <module>
    PendingDeprecationWarning, stacklevel=2)
PendingDeprecationWarning: asyncore module is deprecated in 3.6. Use asyncio instead.

test_os failed

1 test failed:
    test_os

Total duration: 59 ms
Tests result: FAILURE
History
Date User Action Args
2016-10-25 17:30:35serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, brett.cannon, rhettinger, vstinner, eric.smith, r.david.murray, BreamoreBoy, python-dev, dstufft, Mariatta
2016-10-25 17:30:35serhiy.storchakasetmessageid: <1477416635.22.0.728096846555.issue25002@psf.upfronthosting.co.za>
2016-10-25 17:30:35serhiy.storchakalinkissue25002 messages
2016-10-25 17:30:34serhiy.storchakacreate