Bugs item #1311993, was opened at 2005-10-03 17:47 Message generated for change (Comment added) made by birkenfeld 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: Closed >Resolution: Works For Me 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. ---------------------------------------------------------------------- >Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-10-03 18:25 Message: Logged In: YES user_id=1188172 With the latest version of apsw, this doesn't happen for me. If it still does for you, I would suspect apsw though since it is a C extension and as such prone for subtle programming errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1311993&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com