Minor Bug Report for PyPy

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 in code2.py enters 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 : VSCode Please 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

Hi Denil! Thank you for the report! I think this is probably the same bug as in this issue: https://github.com/pypy/pypy/issues/5090 It is fixed. You can check a nightly build to see whether it is gone for you as well: https://buildbot.pypy.org/nightly/py3.10/ Cheers, CF On November 7, 2024 3:24:31 PM GMT+01:00, Denil Bouafia via pypy-dev <pypy-dev@python.org> wrote:

Hi Denil! Thank you for the report! I think this is probably the same bug as in this issue: https://github.com/pypy/pypy/issues/5090 It is fixed. You can check a nightly build to see whether it is gone for you as well: https://buildbot.pypy.org/nightly/py3.10/ Cheers, CF On November 7, 2024 3:24:31 PM GMT+01:00, Denil Bouafia via pypy-dev <pypy-dev@python.org> wrote:
participants (2)
-
CF Bolz-Tereick
-
Denil Bouafia