[Python-Dev] [Python-checkins] cpython: make invalid_comma_and_underscore a real prototype
Eric V. Smith
eric at trueblade.com
Fri Sep 9 23:31:43 EDT 2016
Oops, thanks Benjamin. That was a copy and paste error.
Eric.
On 9/9/2016 11:15 PM, benjamin.peterson wrote:
> https://hg.python.org/cpython/rev/1e7b636b6009
> changeset: 103539:1e7b636b6009
> user: Benjamin Peterson <benjamin at python.org>
> date: Fri Sep 09 20:14:05 2016 -0700
> summary:
> make invalid_comma_and_underscore a real prototype
>
> files:
> Python/formatter_unicode.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c
> --- a/Python/formatter_unicode.c
> +++ b/Python/formatter_unicode.c
> @@ -41,7 +41,7 @@
> }
>
> static void
> -invalid_comma_and_underscore()
> +invalid_comma_and_underscore(void)
> {
> PyErr_Format(PyExc_ValueError, "Cannot specify both ',' and '_'.");
> }
>
>
>
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> https://mail.python.org/mailman/listinfo/python-checkins
>
More information about the Python-Dev
mailing list