-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No changes in CLIF itself, only in tests. Makes tests pass with both 3.11 and 3.12 (tested with `--define=PYTYPE=FALSE --config=python_next`). List of changes: - assertRegex instead of deprecated assertRegexpMatches - list instead of tuple as a test object, as in 3.12 refcount for tuples changes to 2**32-1 - for the previous change, make SwapDoesNotIncrement logic explicit instead of implicitly relying on tuples refcount PiperOrigin-RevId: 648360071
- Loading branch information
CLIF Team
authored and
Ralf W. Grosse-Kunstleve
committed
Aug 27, 2024
1 parent
9636eb3
commit 8ad1c33
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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