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 berker.peksag, ezio.melotti, michael.foord, pitrou, python-dev, serhiy.storchaka
Date 2015-05-16.17:36:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431797788.16.0.588882609442.issue24210@psf.upfronthosting.co.za>
In-reply-to
Content
And test_ssl.

$ ./python -Werror -m test.regrtest -vv test_ssl
== CPython 3.5.0a4+ (default:08829230079b+, May 16 2015, 19:19:38) [GCC 4.8.2]
==   Linux-3.13.0-53-generic-i686-athlon-with-debian-jessie-sid little-endian
==   hash algorithm: siphash24 32bit
==   /home/serhiy/py/cpython/build/test_python_9027
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[1/1] test_ssl
test test_ssl crashed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/regrtest.py", line 1280, in runtest_inner
    test_runner()
  File "/home/serhiy/py/cpython/Lib/test/test_ssl.py", line 3303, in test_main
    plat = func()
  File "/home/serhiy/py/cpython/Lib/platform.py", line 305, in linux_distribution
    PendingDeprecationWarning, stacklevel=2)
PendingDeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5 and will be removed in Python 3.7

1 test failed:
    test_ssl
History
Date User Action Args
2015-05-16 17:36:28serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord, python-dev, berker.peksag
2015-05-16 17:36:28serhiy.storchakasetmessageid: <1431797788.16.0.588882609442.issue24210@psf.upfronthosting.co.za>
2015-05-16 17:36:28serhiy.storchakalinkissue24210 messages
2015-05-16 17:36:28serhiy.storchakacreate