Merge branch 'python-options-rationalise'

* python-options-rationalise:
  Hard-wire -noproxydel on
  Hard-wire -modern and -modernargs on
  Drop support for Python classic classes
This commit is contained in:
William S Fulton 2018-10-12 07:13:12 +01:00
commit edfbbab8e2
22 changed files with 157 additions and 432 deletions

View file

@ -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")