[3.8] bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)#15089
Closed
miss-islington wants to merge 1 commit into
Closed
[3.8] bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)#15089miss-islington wants to merge 1 commit into
miss-islington wants to merge 1 commit into
Conversation
… 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 <[email protected]>
Contributor
Author
|
@aixtools and @ronaldoussoren: Status check is done, and it's a failure ❌ . |
Contributor
|
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?*
|
Member
|
Sorry, that CI failure had nothing to do with this PR. Retrying the 3.8 backport in #15572. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit 9670ce7)
Co-authored-by: Michael Felt [email protected]
https://bugs.python.org/issue18049