SIGN IN SIGN UP

bpo-30248: Convert boolean arguments only once in _json. (#1423)

Rather than saving the Python object and calling PyObject_IsTrue()
every time when the boolean argument is used, call it only once and
save C boolean value.
S
Serhiy Storchaka committed
ac5bbd43bc7b769c13ae0412cb28a3521f4d4ff1
Parent: 4a8bcdf
Committed by GitHub <noreply@github.com> on 5/28/2017, 12:31:49 PM