Issue18711
Created on 2013-08-12 12:50 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pyerr_formatv.patch | pitrou, 2013-08-12 12:50 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg194952 - (view) | Author: Antoine Pitrou (pitrou) * | Date: 2013-08-12 12:50 | |
PyErr_FormatV can be useful to write third-party helper functions. Patch attached. |
|||
| msg227974 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014-09-30 18:51 | |
Just a gentle reminder guys. |
|||
| msg227979 - (view) | Author: Roundup Robot (python-dev) | Date: 2014-09-30 19:16 | |
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 |
|||
| msg227991 - (view) | Author: Antoine Pitrou (pitrou) * | Date: 2014-09-30 19:56 | |
Thanks for the reminder. Pushed! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:49 | admin | set | github: 62911 |
| 2014-09-30 19:56:33 | pitrou | set | status: open -> closed resolution: fixed messages: + msg227991 stage: patch review -> resolved |
| 2014-09-30 19:16:53 | python-dev | set | nosy:
+ python-dev messages: + msg227979 |
| 2014-09-30 18:51:16 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages:
+ msg227974 |
| 2013-08-12 12:53:21 | vstinner | set | nosy:
+ vstinner |
| 2013-08-12 12:50:03 | pitrou | create | |