SIGN IN SIGN UP

1776 Generic Virtual Method Causes Invalid Program: Fix + test (#2026)

- If a method is virtual AND generic, it cannot be overridden by the python class. Hence the method call is deferred to the base class.
- Added a unit test which verifies this behavior is now working.

NOTE: The test causes crash when run from `PythonTestRunner`. See https://github.com/pythonnet/pythonnet/issues/2035
R
Rolf Madsen committed
17296982aa2e0780a09205b36d99d329c4d337f7
Parent: 556882d
Committed by GitHub <noreply@github.com> on 11/30/2022, 9:38:42 PM