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

Python 3 migration #331

Open
3 of 4 tasks
zbeekman opened this issue Mar 5, 2020 · 0 comments
Open
3 of 4 tasks

Python 3 migration #331

zbeekman opened this issue Mar 5, 2020 · 0 comments
Assignees

Comments

@zbeekman
Copy link
Member

zbeekman commented Mar 5, 2020

Python 2 has reached EOL and we need to migrate to python 3 ASAP.

Requirements to be able to do this robustly are:

The biggest challenge is surrounding Python 3's handling of strings using two different underlying types: One uses encoding as byte strings and the other is UTF-8 encoded. The arguments on stdin and results on stdout and stderr from spawned processes are especially challenging to detect and convert.

Type checking will make debugging easier in general, and will enable catching cases were there is an unexpected type mismatch in arguments.

@zbeekman zbeekman self-assigned this Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant