gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)

This commit is contained in:
Erlend Egeberg Aasland 2022-05-02 21:45:04 -06:00 committed by GitHub
parent 39e6b8ae6a
commit e846fe3fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 16 deletions

View file

@ -29,8 +29,6 @@
#include "sqlite3.h"
#include "connection.h"
int pysqlite_step(sqlite3_stmt *statement);
/**
* Checks the SQLite error code and sets the appropriate DB-API exception.
* Returns the error code (0 means no error occurred).