-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Conversation
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) |
There was a problem hiding this 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.
Thanks @aixtools for the PR, and @ronaldoussoren for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry @aixtools and @ronaldoussoren, I had trouble checking out the |
Thanks @aixtools for the PR, and @ronaldoussoren for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
… 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>
GH-15089 is a backport of this pull request to the 3.8 branch. |
Thanks @aixtools for the PR, and @ronaldoussoren for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
… 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>
GH-15572 is a backport of this pull request to the 3.8 branch. |
… limit test (pythonGH-15081) * Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
… limit test (pythonGH-15081) * Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
… limit test (pythonGH-15081) * Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
https://bugs.python.org/issue18049