[New-bugs-announce] [issue17687] Undeclared symbol in _struct.c

Andreas Kloeckner report at bugs.python.org
Wed Apr 10 16:54:23 CEST 2013


New submission from Andreas Kloeckner:

This line in the "_struct" module references a "PyStructType" that isn't declared anywhere. This is only apparent when the file is compiled without -DNDEBUG.

http://hg.python.org/cpython/file/1410b7790de6/Modules/_struct.c#l43

----------
components: Extension Modules
messages: 186501
nosy: inducer
priority: normal
severity: normal
status: open
title: Undeclared symbol in _struct.c
type: compile error
versions: Python 3.3

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


More information about the New-bugs-announce mailing list