-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
basicblock_addop Assertion: while-else-loop with try #109719
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
Comments
CC @iritkatriel who fixed a similar problem before |
Thank you, it's the same bug in another place in the compiler. Keep them coming. How are you doing this? With a fuzzer? |
1 similar comment
This comment was marked as duplicate.
This comment was marked as duplicate.
…s cold/warm blocks.
Yes, I wrote pysource-codegen which generates random python code. I am currently adding 3.12 support and find these bugs more or less on the way. |
That's truly awesome. Thank you. |
…s cold/warm blocks (pythonGH-109734) (cherry picked from commit 7c55399) Co-authored-by: Irit Katriel <[email protected]>
connecting some dots here as an FYI - https://github.com/Zac-HD/hypothesmith is another python code generator. It's be neat to have code generation as you've been doing perhaps setup within our oss-fuzz runs. |
hi @gpshead, thank you for the connection.
oss-fuss is actually new for me. I will look into it. Thank you. |
…s cold/warm blocks (python#109734)
…s cold/warm blocks (python#109734)
Bug report
Bug description:
output (Python 3.12.0rc3+):
@iritkatriel I think this looks similar to #109627
I tested this bug with faa8003 and the fix does not solve this issue.
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: