[issue18711] Add PyErr_FormatV

2014-09-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for the reminder. Pushed! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue18711] Add PyErr_FormatV

2014-09-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5629481cd26d by Antoine Pitrou in branch 'default': Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. https://hg.python.org/cpython/rev/5629481cd26d -- nosy: +python-dev ___

[issue18711] Add PyErr_FormatV

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ _

[issue18711] Add PyErr_FormatV

2013-08-12 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue18711] Add PyErr_FormatV

2013-08-12 Thread Antoine Pitrou
New submission from Antoine Pitrou: PyErr_FormatV can be useful to write third-party helper functions. Patch attached. -- components: Interpreter Core files: pyerr_formatv.patch keywords: patch messages: 194952 nosy: pitrou priority: low severity: normal stage: patch review status: open