[issue20274] sqlite module has bad argument parsing code, including undefined behavior in C

R. David Murray report at bugs.python.org
Wed Jan 15 23:21:25 CET 2014


R. David Murray added the comment:

Why do you want to fix it in order versions?  Can it lead to a crash?

For __call__, it seems to me we should do a deprecation and remove it in 3.5.  Otherwise we'll risk breaking working code for no good reason (working code with useless parameters, but still working code :)

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list