Hi PyPy Support,I'm a frequent user of PyPy, and I wanted to let you know about a minor bug I recently encountered. I believe sharing this information might be helpful for your ongoing development and troubleshooting efforts.
The code in
code1.py, when run, correctly prints "starting" and "done." However, a similar version of this code incode2.pyenters an endless loop instead of printing "starting" and finishing as expected. This issue appears to be specific to PyPy and does not occur in standard Python.
PyPy version : PyPy 7.3.17 with GCC Apple LLVM 15.0.0 (clang-1500.1.0.2.5)
Python 3.10.14
IDE : VSCodePlease let me know if you need any further details or logs to investigate this. I appreciate all the work your team puts into maintaining and improving PyPy, and I’m happy to help however I can.
Thank you for your time!
Best regards,
Denil Bouafia