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 pablogsal
Recipients aroberge, pablogsal
Date 2021-03-02.11:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614684414.71.0.0368069952664.issue43366@roundup.psfhosted.org>
In-reply-to
Content
Hummmm, I see what we can do but I am not sure this is a bug or a regression. There is nothing that guarantees this behaviour. For instance, this is how the pypy reprl works:

𓋹 pypy
Python 2.7.18 (a29ef73f9b32953753d0dd6d2a56255fa2892e24, Dec 30 2020, 16:15:15)
[PyPy 7.3.3 with GCC Apple LLVM 12.0.0 (clang-1200.0.32.28)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>> [
.... def test():
....
....
....
....

KeyboardInterrupt
History
Date User Action Args
2021-03-02 11:26:54pablogsalsetrecipients: + pablogsal, aroberge
2021-03-02 11:26:54pablogsalsetmessageid: <1614684414.71.0.0368069952664.issue43366@roundup.psfhosted.org>
2021-03-02 11:26:54pablogsallinkissue43366 messages
2021-03-02 11:26:54pablogsalcreate