minor
This commit is contained in:
@ -225,7 +225,7 @@ static void cleanupPy(void *junk)
|
|||||||
pyField_cleanup();
|
pyField_cleanup();
|
||||||
|
|
||||||
/* release extra reference for hooktable */
|
/* release extra reference for hooktable */
|
||||||
Py_DECREF(hooktable);
|
Py_XDECREF(hooktable);
|
||||||
hooktable = NULL;
|
hooktable = NULL;
|
||||||
|
|
||||||
Py_Finalize();
|
Py_Finalize();
|
||||||
|
@ -3,7 +3,7 @@ from __future__ import print_function
|
|||||||
try:
|
try:
|
||||||
import _dbapi
|
import _dbapi
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import _nullapi as _dbapi
|
import devsup._nullapi as _dbapi
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"hooknames",
|
"hooknames",
|
||||||
|
Reference in New Issue
Block a user