Skip to content

[3.6] bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)#28079

Merged
ned-deily merged 1 commit into
python:3.6from
miss-islington:backport-5044c88-3.6
Aug 31, 2021
Merged

[3.6] bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)#28079
ned-deily merged 1 commit into
python:3.6from
miss-islington:backport-5044c88-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 31, 2021

Copy link
Copy Markdown
Contributor

Use the "volatile" keyword to prevent tail call optimization
on any compiler, rather than relying on compiler specific pragma.
(cherry picked from commit 8b78796)

Co-authored-by: Victor Stinner vstinner@python.org
(cherry picked from commit 5044c88)

Co-authored-by: Miss Islington (bot) 31488909+miss-islington@users.noreply.github.com

https://bugs.python.org/issue38965

Use the "volatile" keyword to prevent tail call optimization
on any compiler, rather than relying on compiler specific pragma.
(cherry picked from commit 8b78796)

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 5044c88)

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@ned-deily ned-deily merged commit 8934bb0 into python:3.6 Aug 31, 2021
@miss-islington miss-islington deleted the backport-5044c88-3.6 branch August 31, 2021 06:24
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

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.

4 participants