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 sobolevn
Recipients sobolevn
Date 2021-09-23.09:32:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632389558.47.0.504504996183.issue45269@roundup.psfhosted.org>
In-reply-to
Content
Looks like we never test error that `markers` are limited to `None` and `dict` types. Here: https://github.com/python/cpython/blob/main/Modules/_json.c#L1252-L1255

Coverage report: https://app.codecov.io/gh/python/cpython/blob/master/Modules/_json.c line: 1252

I will submit a unit test for it today.

Related: https://bugs.python.org/issue6986
History
Date User Action Args
2021-09-23 09:32:38sobolevnsetrecipients: + sobolevn
2021-09-23 09:32:38sobolevnsetmessageid: <1632389558.47.0.504504996183.issue45269@roundup.psfhosted.org>
2021-09-23 09:32:38sobolevnlinkissue45269 messages
2021-09-23 09:32:38sobolevncreate