Uh oh!
There was an error while loading. Please reload this page.
gh-98831: Modernize FORMAT_VALUE - #101628
Conversation
gvanrossum
commented
Feb 7, 2023
This wasn't simple after all. A test crashed because there was an error path with a manual While I think I've fixed this now, this points out a general weakness in our bytecode definitions. Sometimes we feel forced to leave a manual |
bedevere-bot
commented
Feb 7, 2023
🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 1e48f9d 🤖 If you want to schedule another build, you need to add the |
gvanrossum
commented
Feb 7, 2023
Ready for review. |
This is blocked until I can figure out the refleak failures. (EDIT: But first I'm going to re-run that particular build, in case it's a flake.) |
gvanrossum
commented
Feb 7, 2023
Hm, aarch64 RHEL8 Refleaks PR seems to have been failing a lot, historically. Ignoring. |
This was the simplest one I've done in a while, except that I had to fix the DSL parser to support balanced parentheses and brackets in conditions (and array sizes, as a side benefit).