This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Upgrade CPython + PyPy2 and add PyPy3#2336
Closed
ludovic-gasc wants to merge 1 commit intoTechEmpower:masterfrom
Closed
Upgrade CPython + PyPy2 and add PyPy3#2336ludovic-gasc wants to merge 1 commit intoTechEmpower:masterfrom
ludovic-gasc wants to merge 1 commit intoTechEmpower:masterfrom
Conversation
| @@ -6,11 +6,11 @@ RETCODE=$(fw_exists ${IROOT}/pypy.installed) | |||
| return 0; } | |||
|
|
|||
Member
There was a problem hiding this comment.
This is a pedantic thing, but could we change this file (and every instance of fw_depends that points to pypy) to be pypy2 for clarity?
Member
|
Hi @GMLudo . I'm going to close this due to inactivity. We're going to start previews for the next round after the new year. If you want this to be included, please address the issues above in a new pull request targeting master. Thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This PR upgrades CPython + PyPy2 and add PyPy3, because PyPy3 becomes useable to launch benchmarks.
Have a nice day.