adustman 0957370bbf Kill bastardly refcount bug that occurs starting with Python 2.0.1.
PyArgs_ParseTupleAndKeywords() returns borrowed references for O format
starting in 2.0.1, prior to that it returns new references, so it's
necessary to test the Python version to determine whether or not we
should Py_INCREF() it. If we always Py_INCREF() it, this produces a
memory leak in versions prior to 2.0.1.
2001-09-06 06:29:21 +00:00
2001-03-08 22:11:23 +00:00
2001-05-01 02:05:40 +00:00
Description
MySQL/MariaDB connector for Python
GPL-2.0 2.8 MiB
Languages
Python 64.1%
C 35.8%
Makefile 0.1%