-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Bump pypy to 3.9 #7820
Bump pypy to 3.9 #7820
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7820 +/- ##
=======================================
Coverage 97.41% 97.41%
=======================================
Files 106 106
Lines 32115 32115
Branches 3728 3728
=======================================
Hits 31285 31285
Misses 627 627
Partials 203 203
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7823 🤖 @patchback |
We're getting a lot of segfaults when initialising the tests with Pypy recently. Maybe bumping to a more recent release will help (3.8 is near EOL anyway). (cherry picked from commit 536c80e)
**This is a backport of PR #7820 as merged into master (536c80e).** We're getting a lot of segfaults when initialising the tests with Pypy recently. Maybe bumping to a more recent release will help (3.8 is near EOL anyway). Co-authored-by: Sam Bull <[email protected]>
Didn't help, still getting segfaults with 3.9: https://github.com/aio-libs/aiohttp/actions/runs/6842754215/job/18604589063?pr=7825 |
We're getting a lot of segfaults when initialising the tests with Pypy recently. Maybe bumping to a more recent release will help (3.8 is near EOL anyway).