From 90db4bb7b33bff541317be89a625f0840f03fb83 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 4 Oct 2005 20:14:34 +0000 Subject: [PATCH] remove %pythondynamic - it didn't work properly - use %pythonnondynamic instead git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7580 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pyuserdir.swg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Lib/python/pyuserdir.swg b/Lib/python/pyuserdir.swg index d6f46a329..2e07e21c0 100644 --- a/Lib/python/pyuserdir.swg +++ b/Lib/python/pyuserdir.swg @@ -44,16 +44,10 @@ You can also use the raw %feature form %feature("pythonnondynamic") A; -or the inverse form - -%pythondynamic(0) A; - - */ #define %pythonnondynamic(FLAG) %feature("python:nondynamic", #FLAG) -#define %pythondynamic(FLAG) %pythonnondynamic(!FLAG) /*