[ python-Bugs-1311993 ] Python breakdown in windows (uses apsw)

SourceForge.net noreply at sourceforge.net
Mon Oct 3 17:47:22 CEST 2005


Bugs item #1311993, was opened at 2005-10-03 12:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1311993&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Benjamin Hinrichs (ben-hin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python breakdown in windows (uses apsw)

Initial Comment:
I got this breakdown after a coding error. My mistake
is pretty obvious, but the fact that the python crashes
might interest you. Not sure it's not a problem with
apsw though.

I send a command:
cur.execute("select * from tasks where anum=?")

Later corrected to:
cur.execute("select * from tasks where anum=?",(yadda,))

I've included the source which breaks python for me.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1311993&group_id=5470


More information about the Python-bugs-list mailing list