[issue24058] Compiler warning for readline extension

Masayuki Yamamoto report at bugs.python.org
Sat Apr 25 16:21:10 CEST 2015


New submission from Masayuki Yamamoto:

Compiler warns case of define HAVE_DECLSPEC_DLL.
In Modules/readline.c:1065, _PyOS_ReadlineTState variable declaration is different to Include/pythonrun.h:275.

----------
components: Build, Extension Modules
hgrepos: 307
messages: 242013
nosy: masamoto
priority: normal
severity: normal
status: open
title: Compiler warning for readline extension
type: compile error
versions: Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list