… limit test (pythonGH-15081) * Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (cherry picked from commit 9670ce7) Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
|
@aixtools and @ronaldoussoren: Status check is done, and it's a failure ❌ . |
|
On 03/08/2019 09:37, Miss Islington (bot) wrote:
@aixtools and @ronaldoussoren: Status check is done, and it's a failure ❌ .
No idea how this has anything to do with this patch ...
From: https://travis-ci.org/python/cpython/jobs/567233674
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b doctest -d build/doctrees -D
latex_elements.papersize= -q -W -j4 -W . build/doctest
Warning, treated as error:
**********************************************************************
File "library/nntplib.rst", line ?, in default
Failed example:
s = NNTP('news.gmane.org')
Exception raised:
Traceback (most recent call last):
File "/home/travis/build/python/cpython/Lib/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
File "<doctest default[0]>", line 1, in <module>
s = NNTP('news.gmane.org')
File "/home/travis/build/python/cpython/Lib/nntplib.py", line 1050, in
__init__
_NNTPBase.__init__(self, file, host,
File "/home/travis/build/python/cpython/Lib/nntplib.py", line 331, in
__init__
self.welcome = self._getresp()
File "/home/travis/build/python/cpython/Lib/nntplib.py", line 456, in
_getresp
raise NNTPTemporaryError(resp)
nntplib.NNTPTemporaryError: 400 load at 16.90, try later
**
*Or is this just that CI is overloaded?*
|
|
Sorry, that CI failure had nothing to do with this PR. Retrying the 3.8 backport in #15572. |
(cherry picked from commit 9670ce7)
Co-authored-by: Michael Felt aixtools@users.noreply.github.com
https://bugs.python.org/issue18049