mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
This commit is contained in:
parent
5c03d20757
commit
8fa8ee3970
13 changed files with 4 additions and 58 deletions
|
|
@ -24,7 +24,6 @@
|
|||
#include "cursor.h"
|
||||
#include "module.h"
|
||||
#include "util.h"
|
||||
#include "sqlitecompat.h"
|
||||
|
||||
PyObject* pysqlite_cursor_iternext(pysqlite_Cursor* self);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue