Python 2.3 Breaks PySQLite a Little

Greg Brunet gregbrunet at NOSPAMsempersoft.com
Wed Aug 6 22:22:04 EDT 2003


"Gerhard Häring" <gh at ghaering.de> wrote in message
news:mailman.1060209313.11030.python-list at python.org...

> Yeah, except I'd write int(value). [1]
>
> You'll also want to convert it back to bools, right? use the
> 'converters' parameter of the connect call.
>
>....
>
> -- Gerhard
>
> [1] And I intend to drop all this politically correct isinstance stuff
> in  a future version for performance reasons.
>

Hey Gerhard:

What will you be using to replace it with that will improve the
performance?  Is just doing a: type(value) that much faster?

-- 
Greg





More information about the Python-list mailing list