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

gh-102613: Bump recursion limit to fix running test_pathlib under Coverage by ambv · Pull Request #105744 · python/cpython · GitHub

/ cpython Public

gh-102613: Bump recursion limit to fix running test_pathlib under Coverage - #105744

Merged
barneygale merged 1 commit into
python:mainfrom
ambv:pathlib-recursion-limit
Jun 13, 2023
Merged

gh-102613: Bump recursion limit to fix running test_pathlib under Coverage#105744
barneygale merged 1 commit into
python:mainfrom
ambv:pathlib-recursion-limit

Conversation

ambv commented Jun 13, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Coverage adds a few frames and the previous limit was causing irrecoverable exceptions before pathlib got to its own support for recursion limit recovery.

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown

GH-105749 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 13, 2023
…er Coverage (pythonGH-105744)

(cherry picked from commit 4e80082)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
bedevere-bot removed the needs backport to 3.12 only security fixes label Jun 13, 2023
barneygale pushed a commit that referenced this pull request Jun 13, 2023
…der Coverage (GH-105744) (#105749)

gh-102613: Bump recursion limit to fix running test_pathlib under Coverage (GH-105744)
(cherry picked from commit 4e80082)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv deleted the pathlib-recursion-limit branch June 13, 2023 21:23
ambv restored the pathlib-recursion-limit branch June 20, 2023 21:20
ambv deleted the pathlib-recursion-limit branch November 1, 2023 13:15
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

skip news tests Tests in the Lib/test dir topic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL