This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients JelleZijlstra, Mark.Shannon, iritkatriel, nedbat, sdeibel, terry.reedy
Date 2021-12-06.22:12:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638828724.69.0.803215387192.issue13548@roundup.psfhosted.org>
In-reply-to
Content
This seems to be fixed.  On 3.11.0a2 installed on Windows and fresh build of .0a2+, I see return on line 11, which is correct.

f:\dev\3x>python ../tem/tem.py
Running Debug|x64 interpreter...
f:\dev\tem\tem.py 7 call
f:\dev\tem\tem.py 8 line
f:\dev\tem\tem.py 10 line
f:\dev\tem\tem.py 11 line
f:\dev\tem\tem.py 11 return

Irit, please confirm (or not) on your *nix system.
History
Date User Action Args
2021-12-06 22:12:04terry.reedysetrecipients: + terry.reedy, sdeibel, nedbat, Mark.Shannon, JelleZijlstra, iritkatriel
2021-12-06 22:12:04terry.reedysetmessageid: <1638828724.69.0.803215387192.issue13548@roundup.psfhosted.org>
2021-12-06 22:12:04terry.reedylinkissue13548 messages
2021-12-06 22:12:04terry.reedycreate