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 enedil
Recipients Dutcho, enedil
Date 2018-08-25.16:52:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535215950.89.0.56676864532.issue34498@psf.upfronthosting.co.za>
In-reply-to
Content
The change is not only in the added `isinstance` check:

~ $ python3.6 -q
>>> import typing
>>> isinstance(typing.Sequence, type)
True
>>>
~ $ python3.7 -q
>>> import typing
>>> isinstance(typing.Sequence, type)
False
>>>
History
Date User Action Args
2018-08-25 16:52:30enedilsetrecipients: + enedil, Dutcho
2018-08-25 16:52:30enedilsetmessageid: <1535215950.89.0.56676864532.issue34498@psf.upfronthosting.co.za>
2018-08-25 16:52:30enedillinkissue34498 messages
2018-08-25 16:52:30enedilcreate