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 rhettinger
Recipients gvanrossum, rhettinger
Date 2016-12-19.06:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482129368.09.0.277363448355.issue29011@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I tried "d = deque() # type: typing.MutableSequence" but this gave:

    error: MutableSequence[Post] has no attribute "appendleft"
History
Date User Action Args
2016-12-19 06:36:08rhettingersetrecipients: + rhettinger, gvanrossum
2016-12-19 06:36:08rhettingersetmessageid: <1482129368.09.0.277363448355.issue29011@psf.upfronthosting.co.za>
2016-12-19 06:36:08rhettingerlinkissue29011 messages
2016-12-19 06:36:07rhettingercreate