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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17892>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to