John Litborn
John Litborn
another instance of the ubuntu pypy-3.9: https://github.com/python-trio/trio/actions/runs/7698138955/job/20976753073#step:5:1193
https://github.com/python-trio/trio/actions/runs/7712303460/job/21019559589?pr=2933 I think this is just a random network error? macOS pypy-3.9-nightly ``` Run codecov/codecov-action@v3 with: directory: empty token: 87cefb17-c44b-4f2f-8b30-1fff5769ce46 name: macOS (pypy-3.9-nightly) flags: macOS,pypy-3.9-nightly ==> macos OS detected Error:...
ubuntu pypy-3.9 https://github.com/python-trio/trio/actions/runs/7725935804/job/21061210801?pr=2941#step:5:1489 ``` Fatal Python error: Segmentation fault Stack (most recent call first, approximate line numbers): File "/opt/hostedtoolcache/PyPy/3.9.18/x64/lib/pypy3.9/site-packages/jedi/api/completion.py", line 68 in filter_names File "/opt/hostedtoolcache/PyPy/3.9.18/x64/lib/pypy3.9/site-packages/jedi/api/completion.py", line 141 in complete File...
another instance of the same ubuntu pypy-3.9 error: https://github.com/python-trio/trio/actions/runs/7886026350/job/21518402835#step:5:1142 succeeded on rerun. Looking closer at the logs, the error is from a runner using Runner image version `20240204.1.0`, and the...
Great writeup! Very impressive debugging skillz
This would be very useful in https://github.com/piskvorky/smart_open/issues/380, and I opened a PR where I made the suggested changes + added tests #3107. It really does seem to be as easy...
that sounds like something super useful that should be added to the docs somewhere
maybe `--and` and `--or` as flags? Or `--kand` and `--kor`. And if users pass both `--and` and `--or` at the same time then either abandon or loudly print how it...
Yeah I don't think there's actually any teardown order mismatch in your example? And `SETUP FIXTURE TEST 2` happens at an entirely different time point than `TEARDOWN FIXTURE AUTOUSE 7`,...
> Yeah I don't think there's actually any teardown order mismatch in your example? And `SETUP FIXTURE TEST 2` happens at an entirely different time point than `TEARDOWN FIXTURE AUTOUSE...