Commit c7e5bb7
committed
MNT: make print_figure kwarg wrapper support py311
Do not fully understand what changed, but without this change `walk_stack`
would start 2 frames higher (in the test module, not in backend_bases) which
would mean we never saw the frame with `print_figure` and hence was getting
warnings which we converted to failures on a vast majority of the tests.
I suspect that this is related to the fast-Python work and avoiding making
unneeded structures during the calls, but chased that theory down yet.
Discovered on a commit between py311a2 and py311a3.1 parent 8ddeea1 commit c7e5bb7
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1601 | 1601 | | |
1602 | 1602 | | |
1603 | 1603 | | |
1604 | | - | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
1605 | 1610 | | |
1606 | 1611 | | |
1607 | 1612 | | |
| |||
0 commit comments