-
-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase Pants' python recursion limit by default, and allow it to be…
… overridden. (cherrypick of #11271) (#11274) ### Problem Pants uses a default Python recursion limit that makes some build graph shapes fail to cycle detect: see #11201. ### Solution Increase the default recursion limit, and allow it to be overridden via an environment variable. Although increasing the recursion limit is not always the best approach to solving a problem, having the capability to do so is frequently useful as a workaround. We also know that the default value is too low for otherwise reasonable graph shapes. ### Result Fixes #11201. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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