[New-bugs-announce] [issue8549] Modules/_ssl.c: extra comma breaks build on AIX

Sridhar Ratnakumar report at bugs.python.org
Tue Apr 27 20:31:20 CEST 2010


New submission from Sridhar Ratnakumar <sridharr at activestate.com>:

Modules/_ssl.c

guido at 36917	
    64
enum py_ssl_version {
guido at 36917	
    65
	PY_SSL_VERSION_SSL2,
guido at 36917	
    66
	PY_SSL_VERSION_SSL3,
guido at 36917	
    67
	PY_SSL_VERSION_SSL23,
guido at 36917	
    68
	PY_SSL_VERSION_TLS1,
guido at 36917	
    69
};

Attached patch fixes this issue.

----------
components: Build
messages: 104347
nosy: srid
priority: normal
severity: normal
status: open
title: Modules/_ssl.c: extra comma breaks build on AIX
versions: Python 2.6, Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8549>
_______________________________________


More information about the New-bugs-announce mailing list