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 mjo
Recipients mjo
Date 2020-12-15.17:55:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608054957.39.0.0382114401229.issue42649@roundup.psfhosted.org>
In-reply-to
Content
The attached file contains a huge, ugly expression that can be parsed in python-2.7 but not python-3.x (I've tested 3.7, 3.8, and 3.9). With the 3.x versions, I get

  $ python3 DPT_defn 
  RecursionError: maximum recursion depth exceeded during compilation

Python-2.7, on the other hand, is able to parse & compile much larger expressions -- this example was whittled down until it was roughly minimal.
History
Date User Action Args
2020-12-15 17:55:57mjosetrecipients: + mjo
2020-12-15 17:55:57mjosetmessageid: <1608054957.39.0.0382114401229.issue42649@roundup.psfhosted.org>
2020-12-15 17:55:57mjolinkissue42649 messages
2020-12-15 17:55:57mjocreate