commit | 2ff8fb7639a86757c00a7cbbe7da418fffec3870 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Nov 22 02:57:29 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 22 02:57:29 2018 +0100 |
tree | 05ca8342faadc9cb406fc1b0c7ac6ae44543eec8 | |
parent | 271753a27aca2e13275f0827080b915fb438107a [diff] |
bpo-35059: Add _PyObject_CAST() macro (GH-10645) Add _PyObject_CAST() and _PyVarObject_CAST() macros to cast argument to PyObject* and PyVarObject* properly.