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 eric.smith
Recipients charles.mcmarrow.4, eric.smith, lys.nikolaou, pablogsal
Date 2021-12-17.08:02:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639728133.89.0.0705951730123.issue46110@roundup.psfhosted.org>
In-reply-to
Content
In case it helps track this down. On my system I've tested these two setups: On Windows, on the main branch, python just exists with no message when I run this from the REPL. Also on Windows, with the Cygwin 3.8.12 version, I get MemoryError: Python 3.8.12 (default, Nov 23 2021, 20:18:25) [GCC 11.2.0] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> eval("-"*3000000 + "4") s_push: parser stack overflow Traceback (most recent call last): File "<stdin>", line 1, in <module> MemoryError Those are the only two systems I have available to test with.
History
Date User Action Args
2021-12-17 08:02:13eric.smithsetrecipients: + eric.smith, lys.nikolaou, pablogsal, charles.mcmarrow.4
2021-12-17 08:02:13eric.smithsetmessageid: <1639728133.89.0.0705951730123.issue46110@roundup.psfhosted.org>
2021-12-17 08:02:13eric.smithlinkissue46110 messages
2021-12-17 08:02:13eric.smithcreate