[issue2540] If HAVE_LONG_LONG is not defined, longval will not be initialized (_sqlite)

Hirokazu Yamamoto report at bugs.python.org
Thu Apr 3 06:00:32 CEST 2008


New submission from Hirokazu Yamamoto <ocean-city at users.sourceforge.net>:

I noticed compiler warned "'longval' is not used anywhere."
And I found 'longval' was not initialized where HAVE_LONG_LONG
was not defined. Is attached patch intended behavior? Thanks.

----------
components: Extension Modules
files: fix.patch
keywords: easy, patch, patch
messages: 64888
nosy: ocean-city
severity: normal
status: open
title: If HAVE_LONG_LONG is not defined, longval will not be initialized (_sqlite)
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file9930/fix.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2540>
__________________________________


More information about the Python-bugs-list mailing list