Support for byref parameters when overriding .NET methods from Python by lostmsu · Pull Request #1663 · pythonnet/pythonnet

@lostmsu

…Python

new code is emitted to
1. unpack the tuple returned from Python to extract new values for byref parameters and modify args array correspondingly
2. marshal those new values from the args array back into arguments in IL

fixes pythonnet#1481

@lostmsu lostmsu deleted the bugs/PythonOutInterfaceImpl branch

January 8, 2022 15:49