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 Tomasz Pytel
Recipients Tomasz Pytel
Date 2020-05-04.18:26:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588616818.22.0.942372238929.issue40502@roundup.psfhosted.org>
In-reply-to
Content
I found this by accident by compiling empty strings since I use column information from the AST tree, if not initialized I get a starting column of -842150451. The easy fix is to initialize n->n_col_offset = 0; in Parser/node.c:PyNode_New().
History
Date User Action Args
2020-05-04 18:26:58Tomasz Pytelsetrecipients: + Tomasz Pytel
2020-05-04 18:26:58Tomasz Pytelsetmessageid: <1588616818.22.0.942372238929.issue40502@roundup.psfhosted.org>
2020-05-04 18:26:58Tomasz Pytellinkissue40502 messages
2020-05-04 18:26:57Tomasz Pytelcreate