[issue10055] C99 code in _json.c

2010-10-09 Thread Antoine Pitrou

Antoine Pitrou  added the comment:

Fixed in 3.2 (r85342), 3.1 (r85343) and 2.7 (r85344). Thank you!

--
nosy: +pitrou
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
versions: +Python 3.1, Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10055] C99 code in _json.c

2010-10-09 Thread Akira Kitada

New submission from Akira Kitada :

I found some C99 code in _json.c.
Attached patch makes it C89.

The C99 part is only used for ucs4 Python. That's probably the reason
it's overlooked.

--
components: Build
files: _json.c.diff
keywords: patch
messages: 118255
nosy: akitada
priority: normal
severity: normal
status: open
title: C99 code in _json.c
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file19174/_json.c.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com