Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 28, 2017

Commits on May 3, 2017

  1. bpo-30248: Convert boolean arguments only once in _json.

    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.
    serhiy-storchaka committed May 3, 2017
    Configuration menu
    Copy the full SHA
    bce1637 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    f11c3ee View commit details
    Browse the repository at this point in the history