mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
1c02655fb0
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.