The Wayback Machine - https://web.archive.org/web/20221230081107/https://github.com/pythonnet/pythonnet/issues/2035
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_virtual_generic_method crashes in PythonTestRunner #2035

Open
lostmsu opened this issue Nov 30, 2022 · 0 comments
Open

test_virtual_generic_method crashes in PythonTestRunner #2035

lostmsu opened this issue Nov 30, 2022 · 0 comments
Assignees

Comments

@lostmsu
Copy link
Member

lostmsu commented Nov 30, 2022

No description provided.

@lostmsu lostmsu self-assigned this Nov 30, 2022
lostmsu pushed a commit that referenced this issue Nov 30, 2022
- 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 #2035
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant