Hard-wire -modern and -modernargs on

What SWIG calls "modern" classes are supported by Python 2.3 and up
which means they're supported by all the Python versions we aim to
support in 4.0.0.

 Conflicts:
	Source/Modules/python.cxx

This is a cherry-pick and merge from the patch in #1261
This commit is contained in:
Olly Betts 2018-05-19 12:33:07 +12:00 committed by William S Fulton
commit e4fceee12f
3 changed files with 75 additions and 193 deletions

View file

@ -29,8 +29,6 @@
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252158
and works for modern (-modern) and plain python.
*/