Fixed accessing partially overriden properties from Python by lostmsu · Pull Request #1650 · pythonnet/pythonnet
…etMethod would not return base non-overriden accessor for a partially overriden property because of that when constructing PropertyObject we scan base classes to find base accessor (if any) this might have performance implications due to replacement of PropertyInfo.GetValue with getter.Invoke (not tested) fixes pythonnet#1455
lostmsu
deleted the
bugs/OverridenProperty
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters