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 jarryshaw
Recipients gvanrossum, jarryshaw, kj, levkivskyi
Date 2021-04-20.16:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618935657.3.0.819917331081.issue43893@roundup.psfhosted.org>
In-reply-to
Content
To me, I discovered this issue because of a typo in my code. And apparently, I do not suggest people will write their type annotations with leading whitespaces purposely.

Here’s another thing though: aligning the behaviour of the two builtin functions is good for us users, since logically, ``compile`` is just one *execution* step away from ``eval`` to my understanding.
History
Date User Action Args
2021-04-20 16:20:57jarryshawsetrecipients: + jarryshaw, gvanrossum, levkivskyi, kj
2021-04-20 16:20:57jarryshawsetmessageid: <1618935657.3.0.819917331081.issue43893@roundup.psfhosted.org>
2021-04-20 16:20:57jarryshawlinkissue43893 messages
2021-04-20 16:20:57jarryshawcreate