Message408757
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. | |
| Date | User | Action | Args | | 2021-12-17 08:02:13 | eric.smith | set | recipients: + eric.smith, lys.nikolaou, pablogsal, charles.mcmarrow.4 | | 2021-12-17 08:02:13 | eric.smith | set | messageid: <1639728133.89.0.0705951730123.issue46110@roundup.psfhosted.org> | | 2021-12-17 08:02:13 | eric.smith | link | issue46110 messages | | 2021-12-17 08:02:13 | eric.smith | create | | |