[issue37489] pickling instance which inherited from Exception with keyword only parameter

liyang report at bugs.python.org
Tue Jul 9 01:19:37 EDT 2019


liyang <liyang1025 at gmail.com> added the comment:

yesterday i have test two case, first i find the code 1 not execute the __init__ when execute loads. second the code 1 and code 2 dumps result s is not equal,because the dumps is the buildin function ,so i can't find more message.but if the code2 only have keyword parameter the code2 is not raise exception. i want to debug the interpreter that can get the reason.

----------
nosy: +liyang1025 at gmail.com

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37489>
_______________________________________


More information about the Python-bugs-list mailing list