[issue11237] odbc module crashes Python interpretter

Maurice Maneschi report at bugs.python.org
Thu Feb 17 22:25:59 CET 2011


New submission from Maurice Maneschi <mamaneschi at gmail.com>:

In Python 3.1.3 under Windows XP sp3, I enter the following under the interpretter:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\MauriceM>c:\Python31\python.exe
Python 3.1.3 (r313:86834, Nov 27 2010, 18:30:53) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import odbc
>>> c = odbc.odbc('Quantum/Quantum/Quantum3')
>>> dir(c)

C:\Documents and Settings\MauriceM>

At that point, Windows pops up a crash notification and asked if MS should be informed.

Questions
=========
1) Is ODBC no longer supported?

----------
components: Windows
messages: 128756
nosy: Maurice.Maneschi
priority: normal
severity: normal
status: open
title: odbc module crashes Python interpretter
type: crash
versions: Python 3.1

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


More information about the Python-bugs-list mailing list