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 BTaskaya, benjamin.peterson, gvanrossum, lys.nikolaou, pablogsal, serhiy.storchaka
Date 2020-02-12.20:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581539873.56.0.125012027051.issue39474@roundup.psfhosted.org>
In-reply-to
Content
New changeset 6e619c48b8e804ece9521453fc8da0640a04d5b1 by Serhiy Storchaka in branch 'master':
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
https://github.com/python/cpython/commit/6e619c48b8e804ece9521453fc8da0640a04d5b1
History
Date User Action Args
2020-02-12 20:37:53serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, benjamin.peterson, lys.nikolaou, pablogsal, BTaskaya
2020-02-12 20:37:53serhiy.storchakasetmessageid: <1581539873.56.0.125012027051.issue39474@roundup.psfhosted.org>
2020-02-12 20:37:53serhiy.storchakalinkissue39474 messages
2020-02-12 20:37:53serhiy.storchakacreate