Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6cfd1f

Browse filesBrowse files
committed
Update _Target._compute_digest
1 parent 7d12a8a commit a6cfd1f
Copy full SHA for a6cfd1f

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎Tools/jit/_targets.py

Copy file name to clipboardExpand all lines: Tools/jit/_targets.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _compute_digest(self, out: pathlib.Path) -> str:
6363
hasher = hashlib.sha256()
6464
hasher.update(self.triple.encode())
6565
hasher.update(self.debug.to_bytes())
66+
hasher.update(self.cflags.encode())
6667
# These dependencies are also reflected in _JITSources in regen.targets:
6768
hasher.update(PYTHON_EXECUTOR_CASES_C_H.read_bytes())
6869
hasher.update((out / "pyconfig.h").read_bytes())

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.