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 gvanrossum
Recipients BTaskaya, barry, brett.cannon, eric.smith, gousaiyang, gvanrossum, levkivskyi, lukasz.langa, methane, miss-islington, pablogsal, serhiy.storchaka, terry.reedy, vstinner
Date 2021-04-23.15:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619191444.27.0.712108101405.issue38605@roundup.psfhosted.org>
In-reply-to
Content
I haven't followed this precisely, but I recall that when we first made PEP 563 the default, we had to fix a number of bugs in various library modules (e.g. inspect) that were only apparent when `from __future__ import annotations` was used. I hope we're not throwing away those bugfixes. Hopefully Batuhan has a recollection of what I am thinking of, there was some significant delay while we figured out what to do about some of these.
History
Date User Action Args
2021-04-23 15:24:04gvanrossumsetrecipients: + gvanrossum, barry, brett.cannon, terry.reedy, vstinner, eric.smith, methane, lukasz.langa, serhiy.storchaka, levkivskyi, pablogsal, miss-islington, BTaskaya, gousaiyang
2021-04-23 15:24:04gvanrossumsetmessageid: <1619191444.27.0.712108101405.issue38605@roundup.psfhosted.org>
2021-04-23 15:24:04gvanrossumlinkissue38605 messages
2021-04-23 15:24:04gvanrossumcreate