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

Upgrade to python3.10 #1493

Closed
wants to merge 9 commits into from
Closed

Upgrade to python3.10 #1493

wants to merge 9 commits into from

Conversation

jonathanmetzman
Copy link
Contributor

No description provided.

@jonathanmetzman
Copy link
Contributor Author

CC @andreafioraldi Fixes #1490

@jonathanmetzman
Copy link
Contributor Author

Well I'm trying to build python3.10 and now it can't use SSL. I wonder if Ubuntu 16 is tool old to build 3.10. May need to wait on: #1441

Copy link
Contributor

@oliverchang oliverchang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -241,14 +241,12 @@ def pytype(paths: List[Path]) -> bool:
"""Run pytype on |path| if it is a python file. Return False if it fails
type checking."""
paths = [path for path in paths if is_python(path)]
if not paths:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this (and the print below) an intentional change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. We don't need this early bail out. The print wasn't intended though.

@DonggeLiu
Copy link
Contributor

This is included in #1526 : )

@DonggeLiu DonggeLiu closed this Dec 5, 2022
@jonathanmetzman jonathanmetzman deleted the fuzzbench-clean branch December 5, 2022 14:59
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

Successfully merging this pull request may close these issues.

3 participants