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 rhettinger
Date 2015-09-15.23:12:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442358776.69.0.0875538895398.issue25135@psf.upfronthosting.co.za>
In-reply-to
Content
The clear method for deques is possibly reentrant.  Use the safer technique used in listobject.c, setobject.c, and dictobject.c.
History
Date User Action Args
2015-09-15 23:12:56rhettingersetrecipients: + rhettinger
2015-09-15 23:12:56rhettingersetmessageid: <1442358776.69.0.0875538895398.issue25135@psf.upfronthosting.co.za>
2015-09-15 23:12:56rhettingerlinkissue25135 messages
2015-09-15 23:12:56rhettingercreate