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 lukasz.langa
Recipients anton.gruebel, eric.smith, lukasz.langa, malin, miss-islington, python-dev, serhiy.storchaka
Date 2021-07-29.11:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627559187.51.0.296815230239.issue44711@roundup.psfhosted.org>
In-reply-to
Content
Due to a non-zero (even if close to zero) likelihood that the change from type() comparison to an isinstance() check will change behavior, I merged it to 3.11 and 3.10 as 3.9 is already pretty far out in its bugfix releases.

Thanks, Anton! ✨ 🍰 ✨
History
Date User Action Args
2021-07-29 11:46:27lukasz.langasetrecipients: + lukasz.langa, eric.smith, python-dev, serhiy.storchaka, malin, miss-islington, anton.gruebel
2021-07-29 11:46:27lukasz.langasetmessageid: <1627559187.51.0.296815230239.issue44711@roundup.psfhosted.org>
2021-07-29 11:46:27lukasz.langalinkissue44711 messages
2021-07-29 11:46:27lukasz.langacreate