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 Wheerd
Recipients Wheerd, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-08-03.08:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501747851.67.0.0193426592051.issue31113@psf.upfronthosting.co.za>
In-reply-to
Content
With a pattern matching library I am generating some Python code that matches patterns. For a very big pattern set I generate a Python file which is about 20MB and has ~300K LOC. When I try to execute the file with Python 3.6.2 on Windows 10 (64bit), the interpreter crashes. I do not have the Python source locally, but I could get it if necessary. The crash is because of a stack overflow when calling dfs() in compile.c. I can attach you the program, but it needs some dependencies which currently are only availiable via some Github repos.

I will try to split the ig file into multiple smaller ones, but I thought you might want to know about an interpreter crash.
History
Date User Action Args
2017-08-03 08:10:51Wheerdsetrecipients: + Wheerd, paul.moore, tim.golden, zach.ware, steve.dower
2017-08-03 08:10:51Wheerdsetmessageid: <1501747851.67.0.0193426592051.issue31113@psf.upfronthosting.co.za>
2017-08-03 08:10:51Wheerdlinkissue31113 messages
2017-08-03 08:10:51Wheerdcreate