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 scoder
Recipients Wheerd, paul.moore, scoder, steve.dower, tim.golden, zach.ware
Date 2017-08-03.10:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501754903.36.0.336640835586.issue31113@psf.upfronthosting.co.za>
In-reply-to
Content
1) Is this reproducible?

2) Getting a crash in compile.c indicates that this is happening at parse/compile time and not when your Python code is executing. Can you confirm that? Does it generate a .pyc file on import that would indicate a successful byte code compilation? If it's a compiler issue, then the dependencies won't actually matter.

2) Is the code position where the crash happens (in dfs()) predictable, or does it vary across multiple runs?

3) Does this appear to be specific to Windows, or can you reproduce it on other platforms, too?

And yes, seeing the file would be helpful. Could you at least compress it and make it available on the web somewhere for now?
History
Date User Action Args
2017-08-03 10:08:23scodersetrecipients: + scoder, paul.moore, tim.golden, zach.ware, steve.dower, Wheerd
2017-08-03 10:08:23scodersetmessageid: <1501754903.36.0.336640835586.issue31113@psf.upfronthosting.co.za>
2017-08-03 10:08:23scoderlinkissue31113 messages
2017-08-03 10:08:23scodercreate