aboutsummaryrefslogtreecommitdiff
path: root/Lib/python
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2018-10-12 07:13:12 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2018-10-12 07:13:12 +0100
commitedfbbab8e2c19f32d4e228a2020d4396dc20db17 (patch)
treec7bb880febc8f2e6ebb452d128548578eb15f532 /Lib/python
parente3a55562cc4aaa357ae93e20556c955173813ec9 (diff)
parent4a48e59dc6b657f300b952f30ba4fc7c34dd91b6 (diff)
downloadswig-edfbbab8e2c19f32d4e228a2020d4396dc20db17.tar.gz
Merge branch 'python-options-rationalise'
* python-options-rationalise: Hard-wire -noproxydel on Hard-wire -modern and -modernargs on Drop support for Python classic classes
Diffstat (limited to 'Lib/python')
-rw-r--r--Lib/python/pyuserdir.swg3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/python/pyuserdir.swg b/Lib/python/pyuserdir.swg
index af9c86d3c..311076079 100644
--- a/Lib/python/pyuserdir.swg
+++ b/Lib/python/pyuserdir.swg
@@ -41,9 +41,6 @@ The implementation is based on this recipe:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252158
-and works for modern (-modern) and plain python. We do not use __slots__,
-so, it works with old python versions.
-
*/
#define %pythonnondynamic %feature("python:nondynamic", "1")