Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test #15081

Merged
merged 2 commits into from
Aug 3, 2019

Conversation

aixtools
Copy link
Contributor

@aixtools aixtools commented Aug 2, 2019

@aixtools
Copy link
Contributor Author

aixtools commented Aug 2, 2019

Still needs some adjustment - test_queue now fails with default memory size...

With new size (0x200000) both test_threading and test_queue pass.

Ready for review (@ronaldoussoren please review)

Copy link
Contributor

@ronaldoussoren ronaldoussoren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch looks good to me.

Thank you for the patch.

@ronaldoussoren ronaldoussoren merged commit 9670ce7 into python:master Aug 3, 2019
@miss-islington
Copy link
Contributor

Thanks @aixtools for the PR, and @ronaldoussoren for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry @aixtools and @ronaldoussoren, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 9670ce76b83bde950020f8d89c4d27168aaaf912 3.8

@miss-islington
Copy link
Contributor

Thanks @aixtools for the PR, and @ronaldoussoren for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2019
… 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>
@bedevere-bot
Copy link

GH-15089 is a backport of this pull request to the 3.8 branch.

@miss-islington
Copy link
Contributor

Thanks @aixtools for the PR, and @ronaldoussoren for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 29, 2019
… 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>
@bedevere-bot
Copy link

GH-15572 is a backport of this pull request to the 3.8 branch.

@ned-deily
Copy link
Member

(Original 3.8 backport (GH-15089) failed due to remote server problem; retrying backport in GH-15572.)

miss-islington added a commit that referenced this pull request Aug 29, 2019
… limit test (GH-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>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
… limit test (pythonGH-15081)

* Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
… limit test (pythonGH-15081)

* Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
… limit test (pythonGH-15081)

* Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants