We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fd3ac commit 4a853eaCopy full SHA for 4a853ea
src/pip/_internal/operations/build/build_tracker.py
@@ -60,7 +60,9 @@ class BuildTracker:
60
61
When an sdist is prepared, it identifies its setup requirements in the
62
context of ``BuildTracker.track()``. If a requirement shows up recursively, this
63
- raises an exception. This stops fork bombs embedded in malicious packages."""
+ raises an exception.
64
+
65
+ This stops fork bombs embedded in malicious packages."""
66
67
def __init__(self, root: str) -> None:
68
self._root = root
0 commit comments