Commit a2bb5de
committed
Fix for test failures with free-threaded Python
Look for changes in the number of allocated Vectors instead of whether
there are any. For some reason, I'm getting Vectors already allocated
when running pytest on the free-threaded version of Python. They are
clearly referenced by something else that has run before these tests.1 parent b5cbca7 commit a2bb5de
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1086 | 1086 | | |
1087 | 1087 | | |
1088 | 1088 | | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1089 | 1093 | | |
1090 | 1094 | | |
| 1095 | + | |
1091 | 1096 | | |
1092 | | - | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
1093 | 1100 | | |
1094 | 1101 | | |
1095 | 1102 | | |
| |||
0 commit comments