Skip to content

Commit 9351918

Browse files
committed
📝 Add a change note for 89c9b3a
1 parent 89c9b3a commit 9351918

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
A flaw in the logic for copying the project directory into a
2+
temporary folder that led to infinite recursion when :envvar:`TMPDIR`
3+
was set to a project subdirectory path. This was happening in Fedora
4+
and its downstream due to the use of `pyproject-rpm-macros
5+
<https://src.fedoraproject.org/rpms/pyproject-rpm-macros>`__. It was
6+
only reproducible with ``pip wheel`` and was not affecting the
7+
``pyproject-build`` users.
8+
9+
-- by :user:`hroncok` and :user:`webknjaz`

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
nitpicky = True
6464
nitpick_ignore = [
6565
('envvar', 'PATH'),
66+
('envvar', 'TMPPATH'),
6667
]
6768

6869
# Add any Sphinx extension module names here, as strings. They can be

0 commit comments

Comments
 (0)