[New-bugs-announce] [issue25135] Deques to adopt the standard clearing procedure for mutable objects

Raymond Hettinger report at bugs.python.org
Wed Sep 16 01:12:56 CEST 2015


New submission from Raymond Hettinger:

The clear method for deques is possibly reentrant.  Use the safer technique used in listobject.c, setobject.c, and dictobject.c.

----------
assignee: rhettinger
components: Extension Modules
messages: 250811
nosy: rhettinger
priority: normal
severity: normal
stage: patch review
status: open
title: Deques to adopt the standard clearing procedure for mutable objects
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25135>
_______________________________________


More information about the New-bugs-announce mailing list