[New-bugs-announce] [issue24368] Some C OrderedDict methods need to support keyword arguments.

Eric Snow report at bugs.python.org
Wed Jun 3 02:02:42 CEST 2015


New submission from Eric Snow:

Several methods were implemented using PyArg_UnpackTuple and need to use PyArg_ParseTupleAndKeywords instead.

----------
assignee: eric.snow
components: Library (Lib)
messages: 244716
nosy: eric.snow
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Some C OrderedDict methods need to support keyword arguments.
type: behavior
versions: Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list