mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Call SQLite API's first, and return early in case of error. At the end, allocate the object and initialise members. We now avoid unneeded alloc/dealloc's in case the statement creation fails.