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 lemburg
Recipients lemburg
Date 2021-10-21.21:54:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634853255.49.0.658081837548.issue45562@roundup.psfhosted.org>
In-reply-to
Content
python3.9 -d:

Python 3.9.7 (default, Oct 21 2021, 20:51:19)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
Loaded pyinteractive.py.

>>>

python3.10 -d:

Python 3.10.0 (default, Oct 21 2021, 23:13:32) [GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
line[1] = "\"\"\" pyinteractive.py\n"  tok->done = 10
line[2] = "\n"  tok->done = 10
line[3] = "    This file is executed on interactive startup by Python\n"  tok->done = 10
...

(not that in both cases a PYTHONINTERACTIVE script is loaded)

Is that intended ?
History
Date User Action Args
2021-10-21 21:54:15lemburgsetrecipients: + lemburg
2021-10-21 21:54:15lemburgsetmessageid: <1634853255.49.0.658081837548.issue45562@roundup.psfhosted.org>
2021-10-21 21:54:15lemburglinkissue45562 messages
2021-10-21 21:54:15lemburgcreate