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 serhiy.storchaka
Recipients benjamin.peterson, brett.cannon, samuelcolvin, serhiy.storchaka, yselivanov
Date 2018-11-27.07:40:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543304435.71.0.788709270274.issue31241@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b619b097923155a7034c05c4018bf06af9f994d0 by Serhiy Storchaka in branch 'master':
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633)
https://github.com/python/cpython/commit/b619b097923155a7034c05c4018bf06af9f994d0
History
Date User Action Args
2018-11-27 07:40:35serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, benjamin.peterson, yselivanov, samuelcolvin
2018-11-27 07:40:35serhiy.storchakasetmessageid: <1543304435.71.0.788709270274.issue31241@psf.upfronthosting.co.za>
2018-11-27 07:40:35serhiy.storchakalinkissue31241 messages
2018-11-27 07:40:35serhiy.storchakacreate