New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-42199: Fix bytecode_helper assertNotInBytecode #23031
Conversation
2641bf3
to
58a04cf
Compare
This patch contributed by @DinoV. |
|
It turns out that git is pretty good at this kind of thing and cherry-picking really does work. So maybe the automated tooling will do just fine... |
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
@DinoV: Please replace |
time to backport? :D |
* bpo-42199: Fix bytecode_helper assertNotInBytecode Add tests. *📜 🤖 Added by blurb_it. Co-authored-by: Dino Viehland <dinoviehland@fb.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Ensure that the helper will only fail if the programmer provided an
arg
and it matches an instructionarg
. Add tests.https://bugs.python.org/issue42199