Skip to content
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

Update sysroot_ld_path.py for Python3 #461

Merged
merged 1 commit into from
Jun 4, 2021
Merged

Conversation

cbracken
Copy link
Member

@cbracken cbracken commented Jun 4, 2021

In Python 3, subprocess.check_output returns an encoding-independent
byte array. If passed universal_newlines=True, both Python 2 and 3
decode and return a UTF-8 string.

Issue: flutter/flutter#83043

In Python 3, subprocess.check_output returns an encoding-independent
byte array. If passed universal_newlines=True, both Python 2 and 3
decode and return a UTF-8 string.

Issue: flutter/flutter#83043
@cbracken
Copy link
Member Author

cbracken commented Jun 4, 2021

I noticed that Python 2 appears to have been removed from my gLinux machine overnight. Eons ago I signed up to be on the testing channel, so perhaps this is finally on the way?

@cbracken cbracken merged commit 60e8349 into flutter:master Jun 4, 2021
@cbracken cbracken deleted the python3 branch June 4, 2021 23:07
cbracken added a commit to cbracken/flutter_engine that referenced this pull request Jun 4, 2021
This picks up:

flutter/buildroot#461: Update sysroot_ld_path.py for Python3

Issue: flutter/flutter#83043
cbracken added a commit to flutter/engine that referenced this pull request Jun 5, 2021
This picks up:

flutter/buildroot#461: Update sysroot_ld_path.py for Python3

Issue: flutter/flutter#83043
richkadel pushed a commit to richkadel/buildroot that referenced this pull request Jun 25, 2021
In Python 3, subprocess.check_output returns an encoding-independent
byte array. If passed universal_newlines=True, both Python 2 and 3
decode and return a UTF-8 string.

Issue: flutter/flutter#83043
naudzghebre pushed a commit to naudzghebre/engine that referenced this pull request Sep 2, 2021
This picks up:

flutter/buildroot#461: Update sysroot_ld_path.py for Python3

Issue: flutter/flutter#83043
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants