-
Notifications
You must be signed in to change notification settings - Fork 19
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
Adds Python 3.12 support using sys.monitoring #48
Commits on Aug 24, 2023
-
- modified test helper so as not to depend on Slipcover's bytecode
editor, facilitating the port to Python 3.12;
Configuration menu - View commit details
-
Copy full SHA for 5ee3b30 - Browse repository at this point
Copy the full SHA 5ee3b30View commit details -
- initial port to Python 3.12, using PEP669. Pytest interposition isn't
supported (yet), and line numbers in branches are limited in range;
Configuration menu - View commit details
-
Copy full SHA for bfa7f90 - Browse repository at this point
Copy the full SHA bfa7f90View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 642aea9 - Browse repository at this point
Copy the full SHA 642aea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a9f33 - Browse repository at this point
Copy the full SHA a1a9f33View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d47c7a6 - Browse repository at this point
Copy the full SHA d47c7a6View commit details -
- replaced bytecode editing-based pytest wrapping with an AST-based m…
…ethod, so that bytecode editing does not need to be ported to Python 3.12; - enabled pytest wrapping under Python 3.12; - removed code no longer needed;
Configuration menu - View commit details
-
Copy full SHA for 862fd44 - Browse repository at this point
Copy the full SHA 862fd44View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf6bfe5 - Browse repository at this point
Copy the full SHA bf6bfe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2edd8 - Browse repository at this point
Copy the full SHA 9e2edd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d2d47e - Browse repository at this point
Copy the full SHA 2d2d47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e58c9c - Browse repository at this point
Copy the full SHA 7e58c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce89fb - Browse repository at this point
Copy the full SHA 7ce89fbView commit details -
- reverts "- attempting to reduce branch coverage overhead under Pyth…
…on 3.12;", as that didn't reduce overhead. This reverts commit 7ce89fb.
Configuration menu - View commit details
-
Copy full SHA for 1907956 - Browse repository at this point
Copy the full SHA 1907956View commit details