]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40502: Initialize n->n_col_offset (GH-19988)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Fri, 8 May 2020 20:58:28 +0000 (17:58 -0300)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 20:58:28 +0000 (17:58 -0300)
commitd10091aa171250c67a5079abfe26b8b3964ea39a
treef6b17bf6f4324ef14118bd43d632add6c35666be
parent81a5fc38e81b424869f4710f48e9371dfa2d3b77
bpo-40502: Initialize n->n_col_offset (GH-19988)

* initialize n->n_col_offset

* ðŸ“œðŸ¤– Added by blurb_it.

* Move initialization

Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Misc/NEWS.d/next/Core and Builtins/2020-05-08-03-25-26.bpo-40502.e-VCyL.rst [new file with mode: 0644]
Parser/node.c