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:
commit
edfbbab8e2
22 changed files with 157 additions and 432 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue