summaryrefslogtreecommitdiff
path: root/Lib/python/pyrun.swg
diff options
context:
space:
mode:
authorAndrew Rogers <andrew.rogers@wdc.com>2018-11-27 23:36:26 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2018-12-11 07:54:57 +0000
commitf8bf286a6e26bfcefebe99815a03acbd7176e90d (patch)
treed4a1e740eca91fd8dcab6c8c68342e6c3626b924 /Lib/python/pyrun.swg
parent67f5ade7ad03f15a2811190df899196dbf5a12fe (diff)
downloadswig-f8bf286a6e26bfcefebe99815a03acbd7176e90d.tar.gz
#1368: AV in tp_print caused by mismatched Python/extension CRT usage
Diffstat (limited to 'Lib/python/pyrun.swg')
-rw-r--r--Lib/python/pyrun.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/python/pyrun.swg b/Lib/python/pyrun.swg
index 7386ff7e2..53b952599 100644
--- a/Lib/python/pyrun.swg
+++ b/Lib/python/pyrun.swg
@@ -822,7 +822,7 @@ SwigPyPacked_TypeOnce(void) {
sizeof(SwigPyPacked), /* tp_basicsize */
0, /* tp_itemsize */
(destructor)SwigPyPacked_dealloc, /* tp_dealloc */
- (printfunc)SwigPyPacked_print, /* tp_print */
+ 0, /* tp_print */
(getattrfunc)0, /* tp_getattr */
(setattrfunc)0, /* tp_setattr */
#if PY_VERSION_HEX>=0x03000000