Closed hezygo closed 3 years ago
each对象中可能存在无法被序列化的对象,可以先将它转成字典+基本数据类型的结构
了解!非常感谢。
------------------ 原始邮件 ------------------ 发件人: "水月"<notifications@github.com>; 发送时间: 2021年1月23日(星期六) 下午3:10 收件人: "TaleLin/lin-cms-flask"<lin-cms-flask@noreply.github.com>; 抄送: "MinGW"<1573249948@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [TaleLin/lin-cms-flask] 0.2.x版本的使用jsonify方法之后报错 (#139)
each对象中可能存在无法被序列化的对象,可以先将它转成字典+基本数据类型的结构
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
[Previous line repeated 966 more times] File "C:\Python\Python37\lib\site-packages\lin\core.py", line 363, in default if hasattr(o, 'keys') and hasattr(o, 'getitem'): RecursionError: maximum recursion depth exceeded while calling a Python object