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 TheRobotCarlson
Recipients TheRobotCarlson, sobolevn
Date 2021-12-14.21:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639516579.86.0.263347013675.issue46073@roundup.psfhosted.org>
In-reply-to
Content
I don't think passing `lineno` and `column` is preferred. It makes code generation harder because `lineno` and `column` are hard to know ahead of when code is being unparsed.
History
Date User Action Args
2021-12-14 21:16:20TheRobotCarlsonsetrecipients: + TheRobotCarlson, sobolevn
2021-12-14 21:16:19TheRobotCarlsonsetmessageid: <1639516579.86.0.263347013675.issue46073@roundup.psfhosted.org>
2021-12-14 21:16:19TheRobotCarlsonlinkissue46073 messages
2021-12-14 21:16:19TheRobotCarlsoncreate