This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zgoda.mobica
Recipients Michael Smith2, bob.ippolito, rhettinger, serhiy.storchaka, zgoda.mobica
Date 2019-05-27.12:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558960976.2.0.465897795136.issue34858@roundup.psfhosted.org>
In-reply-to
Content
In particular case of lazy type proxy objects the result of dump() may be different than dumps() because dump does iterencode() over data and possibly causing proxy object evaluation. In such case dumps() will raise TypeError but dump() will not.
History
Date User Action Args
2019-05-27 12:42:56zgoda.mobicasetrecipients: + zgoda.mobica, rhettinger, bob.ippolito, serhiy.storchaka, Michael Smith2
2019-05-27 12:42:56zgoda.mobicasetmessageid: <1558960976.2.0.465897795136.issue34858@roundup.psfhosted.org>
2019-05-27 12:42:56zgoda.mobicalinkissue34858 messages
2019-05-27 12:42:56zgoda.mobicacreate