[New-bugs-announce] [issue17892] Fix the name of _PyObject_CallMethodObjIdArgs

Alexandre Vassalotti report at bugs.python.org
Thu May 2 10:45:28 CEST 2013


New submission from Alexandre Vassalotti:

The changeset 2dd046be2c88 introduced _PyObject_CallMethodObjIdArgs. This API should have been named _PyObject_CallMethodIdObjArgs since it is the variant of _PyObject_CallMethodId which takes object arguments instead of building arguments from a format string.

I would fix it myself. However, I am not sure how we should proceed with regard to backward incompatibility.

----------
assignee: brett.cannon
components: Interpreter Core
files: rename_PyObject_CallMethodIdObjArgs.patch
keywords: patch
messages: 188257
nosy: alexandre.vassalotti, brett.cannon
priority: normal
severity: normal
stage: patch review
status: open
title: Fix the name of _PyObject_CallMethodObjIdArgs
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file30104/rename_PyObject_CallMethodIdObjArgs.patch

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


More information about the New-bugs-announce mailing list