mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
upgrade to final version of pysqlite 2.2.0
This commit is contained in:
parent
c48c8db110
commit
8e7b490890
11 changed files with 30 additions and 38 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#define PYSQLITE_MODULE_H
|
||||
#include "Python.h"
|
||||
|
||||
#define PYSQLITE_VERSION "2.2.0"
|
||||
|
||||
extern PyObject* Error;
|
||||
extern PyObject* Warning;
|
||||
extern PyObject* InterfaceError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue