Fixed accessing partially overriden properties from Python by lostmsu · Pull Request #1650 · pythonnet/pythonnet

@lostmsu

…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 lostmsu deleted the bugs/OverridenProperty branch

January 4, 2022 16:42