mirror of
https://github.com/python/cpython.git
synced 2026-07-27 20:33:48 -04:00
7a066ad020
The internal encoder object returned by undocumented function
json.encoder.c_make_encoder() (aka _json.make_encoder()) crashed
when it was called with non-zero second argument.
(cherry picked from commit c559135c93)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>