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 benjamin.peterson, brett.cannon, ncoghlan, serhiy.storchaka, terry.reedy, yselivanov
Date 2018-02-10.00:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518222161.34.0.467229070634.issue32758@psf.upfronthosting.co.za>
In-reply-to
Content
Experimenting on Windows with IDLE's current 3.7 Shell, where a user process crash restarts Shell, compile('+a'*31365, '?', 'eval') consistently gives RecursionError, values a bit larger sometimes crash, and values much larger (32000, at max) consistently crash.  Perhaps it is not just a coincidence that the regressed lower limit for crashing is near 2**15.
History
Date User Action Args
2018-02-10 00:22:41terry.reedysetrecipients: + terry.reedy, brett.cannon, ncoghlan, benjamin.peterson, serhiy.storchaka, yselivanov
2018-02-10 00:22:41terry.reedysetmessageid: <1518222161.34.0.467229070634.issue32758@psf.upfronthosting.co.za>
2018-02-10 00:22:41terry.reedylinkissue32758 messages
2018-02-10 00:22:41terry.reedycreate