Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

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 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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants