Karthikeyan Singaravelan <[email protected]> added the comment:
Bisecting points me to fee552669f . I tried compiling latest master with the
bytecode changes and the behavior is same as reported.
➜ cpython git:(5dcc06f6e0) ./python ../backups/bpo39166.py >
fee552669f_before.txt
➜ cpython git:(5dcc06f6e0) ✗ git checkout fee552669f
➜ cpython git:(fee552669f) ✗ make -s -j4 > /dev/null
➜ cpython git:(fee552669f) ✗ ./python ../backups/bpo39166.py > fee552669f.txt
➜ cpython git:(fee552669f) ✗ diff fee552669f.txt fee552669f_before.txt
1c1
< 3.9.0a1+ (tags/v3.9.0a1-43-gfee552669f:fee552669f, Jan 1 2020, 18:51:56)
---
> 3.9.0a1+ (tags/v3.9.0a1-42-g5dcc06f6e0:5dcc06f6e0, Jan 1 2020, 18:49:53)
47d46
< line 33: print(letter)
With master
➜ cpython git:(master) ./python ../backups/bpo39166.py > master.txt
➜ cpython git:(master) ✗ diff fee552669f_before.txt master.txt
1c1
< 3.9.0a1+ (tags/v3.9.0a1-42-g5dcc06f6e0:5dcc06f6e0, Jan 1 2020, 18:49:53)
---
> 3.9.0a2+ (heads/master:22424c02e5, Jan 1 2020, 18:55:29)
46a47
> line 33: print(letter)
----------
nosy: +serhiy.storchaka, xtreak
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39166>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com