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 terry.reedy
Recipients Claudiu.Popa, NeilGirdhar, benjamin.peterson, terry.reedy, vstinner
Date 2015-09-18.23:19:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442618362.27.0.454454818109.issue25131@psf.upfronthosting.co.za>
In-reply-to
Content
A fix should include a new ast test, such as
      self.assertEqual(parse("{\n1:2}").body[0].value.lineno, 1)
I verified that the equivalent assert passes on 3.4.3, fails on 3.5.0.
History
Date User Action Args
2015-09-18 23:19:22terry.reedysetrecipients: + terry.reedy, vstinner, benjamin.peterson, Claudiu.Popa, NeilGirdhar
2015-09-18 23:19:22terry.reedysetmessageid: <1442618362.27.0.454454818109.issue25131@psf.upfronthosting.co.za>
2015-09-18 23:19:22terry.reedylinkissue25131 messages
2015-09-18 23:19:22terry.reedycreate