Prevent stack overflow when an encoder is registered from Python by lostmsu · Pull Request #1429 · pythonnet/pythonnet
lostmsu
marked this pull request as ready for review
Without this restriction encoders created in Python cause stack overflow due to repeated attempts to pass `System.Type` instance to `CanDecode`, which requires encoding the instance of `System.Type`, et. cetera fixes pythonnet#1427
lostmsu
deleted the
bugs/StackOverflow_with_raw_list_encoder
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