mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Fixed a memory leak that was introduced with incorrect usage of the Python weak
reference API in pysqlite 2.2.1. Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release.
This commit is contained in:
parent
7cea65cc27
commit
ecd2010951
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
#define PYSQLITE_MODULE_H
|
||||
#include "Python.h"
|
||||
|
||||
#define PYSQLITE_VERSION "2.3.0"
|
||||
#define PYSQLITE_VERSION "2.3.1"
|
||||
|
||||
extern PyObject* Error;
|
||||
extern PyObject* Warning;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue