FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.14] gh-143460: Skip infinite recusion tests for infinite stack size (GH-143606) by miss-islington · Pull Request #143619 · python/cpython · GitHub

/ cpython Public

[3.14] gh-143460: Skip infinite recusion tests for infinite stack size (GH-143606) - #143619

Merged
Fidget-Spinner merged 1 commit into
python:3.14from
miss-islington:backport-61e0366-3.14
Jan 9, 2026
Merged

[3.14] gh-143460: Skip infinite recusion tests for infinite stack size (GH-143606)#143619
Fidget-Spinner merged 1 commit into
python:3.14from
miss-islington:backport-61e0366-3.14

Conversation

miss-islington commented Jan 9, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Avoid tests being killed due to OOM on Linux if a system is configured with
'ulimit -s unlimited' by skipping tests relying on infinite recursion.

While unclear if Python should support 'ulimit -s unlimited', we should at
least try to avoid failing a PGO build running tests due to an unlimited
stack size being set.
(cherry picked from commit 61e0366)

Co-authored-by: Jan André Reuter jan.andre.reuter@hotmail.de
Signed-off-by: Jan André Reuter j.reuter@fz-juelich.de

…pythonGH-143606)

Avoid tests being killed due to OOM on Linux if a system is configured with
'ulimit -s unlimited' by skipping tests relying on infinite recursion.

While unclear if Python should support 'ulimit -s unlimited', we should at
least try to avoid failing a PGO build running tests due to an unlimited
stack size being set.
(cherry picked from commit 61e0366)

Co-authored-by: Jan André Reuter <jan.andre.reuter@hotmail.de>
Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>

python-cla-bot Bot commented Jan 9, 2026
edited
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

Copy link
Copy Markdown
Member

@Thyre sorry I think you need to re-sign the CLA with the email you commited with.

Thyre commented Jan 9, 2026

Copy link
Copy Markdown
Contributor

@Thyre sorry I think you need to re-sign the CLA with the email you commited with.

Done 👍

Fidget-Spinner merged commit 18f9af2 into python:3.14 Jan 9, 2026
49 checks passed
miss-islington deleted the backport-61e0366-3.14 branch January 9, 2026 16:54
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL