Skip to content

Change python to python3 in some shebangs. #134945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 8, 2025

Conversation

pcc
Copy link
Contributor

@pcc pcc commented Apr 8, 2025

No description provided.

pcc and others added 2 commits April 8, 2025 15:53
Created using spr 1.3.6-beta.1

[skip ci]
Created using spr 1.3.6-beta.1
@llvmbot
Copy link
Member

llvmbot commented Apr 8, 2025

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Peter Collingbourne (pcc)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/134945.diff

2 Files Affected:

  • (modified) compiler-rt/test/sanitizer_common/android_commands/android_compile.py (+1-1)
  • (modified) compiler-rt/test/sanitizer_common/android_commands/android_run.py (+1-1)
diff --git a/compiler-rt/test/sanitizer_common/android_commands/android_compile.py b/compiler-rt/test/sanitizer_common/android_commands/android_compile.py
index e9c6738a09a3f..cabeec3a26a24 100755
--- a/compiler-rt/test/sanitizer_common/android_commands/android_compile.py
+++ b/compiler-rt/test/sanitizer_common/android_commands/android_compile.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import os, sys, subprocess
 from android_common import *
diff --git a/compiler-rt/test/sanitizer_common/android_commands/android_run.py b/compiler-rt/test/sanitizer_common/android_commands/android_run.py
index 22c88aadce043..f50fc1eb2540d 100755
--- a/compiler-rt/test/sanitizer_common/android_commands/android_run.py
+++ b/compiler-rt/test/sanitizer_common/android_commands/android_run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import os, signal, sys, subprocess, tempfile
 from android_common import *

@pcc pcc requested a review from vitalybuka April 8, 2025 22:54
pcc and others added 3 commits April 8, 2025 16:09
Created using spr 1.3.6-beta.1

[skip ci]
Created using spr 1.3.6-beta.1
Created using spr 1.3.6-beta.1
@pcc pcc changed the base branch from users/pcc/spr/main.change-python-to-python3-in-some-shebangs to main April 8, 2025 23:15
@pcc pcc merged commit 36cb81c into main Apr 8, 2025
1 check was pending
@pcc pcc deleted the users/pcc/spr/change-python-to-python3-in-some-shebangs branch April 8, 2025 23:15
llvm-sync bot pushed a commit to arm/arm-toolchain that referenced this pull request Apr 8, 2025
Reviewers: vitalybuka

Reviewed By: vitalybuka

Pull Request: llvm/llvm-project#134945
var-const pushed a commit to ldionne/llvm-project that referenced this pull request Apr 17, 2025
Reviewers: vitalybuka

Reviewed By: vitalybuka

Pull Request: llvm#134945
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants