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 python-dev
Recipients mark.dickinson, python-dev, rhettinger, serhiy.storchaka, tim.peters
Date 2016-01-27.05:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160127054610.6068.46002@psf.io>
In-reply-to
Content
New changeset ce3d47eaeb21 by Raymond Hettinger in branch '3.5':
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
https://hg.python.org/cpython/rev/ce3d47eaeb21
History
Date User Action Args
2016-01-27 05:46:14python-devsetrecipients: + python-dev, tim.peters, rhettinger, mark.dickinson, serhiy.storchaka
2016-01-27 05:46:13python-devlinkissue26194 messages
2016-01-27 05:46:13python-devcreate