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 barry, serhiy.storchaka, vstinner, xiang.zhang
Date 2018-07-12.08:03:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531382614.72.0.56676864532.issue34084@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that 'from __future__ import' is parsed after converting the sources to the AST. But this flag affects the behavior of the tokenizer, before an AST is created.
History
Date User Action Args
2018-07-12 08:03:34serhiy.storchakasetrecipients: + serhiy.storchaka, barry, vstinner, xiang.zhang
2018-07-12 08:03:34serhiy.storchakasetmessageid: <1531382614.72.0.56676864532.issue34084@psf.upfronthosting.co.za>
2018-07-12 08:03:34serhiy.storchakalinkissue34084 messages
2018-07-12 08:03:34serhiy.storchakacreate