Resolve MemoryError exception on Windows when using an output type ha… · SoniaComp/python-cx_Oracle@d526de1 · GitHub
Skip to content

Commit d526de1

Browse files
Resolve MemoryError exception on Windows when using an output type handler
(oracle#330).
1 parent ff25784 commit d526de1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/src/conf.py

Lines changed: 1 addition & 1 deletion

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.extension import Extension
2121

2222
# define build constants
23-
BUILD_VERSION = "7.2.0"
23+
BUILD_VERSION = "7.2.1"
2424

2525
# setup extra link and compile args
2626
extraLinkArgs = []

src/cxoCursor.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)