chiark / gitweb /
mp.c: Use implicit-conversion rules in `coerce'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 00:24:57 +0000 (00:24 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:49:31 +0000 (12:49 +0100)
commit712ebf4b2ecd07e737be26637c31576aa408378f
tree1f54d7318e72001a2f1a9d50b38bc04d952a0926
parent34e3dbc6ba03a3c9ce7d2238b7ec98aea4a939ee
mp.c: Use implicit-conversion rules in `coerce'.

Coercion is only used (in `Py_TPFLAGS_CHECKTYPES' classes) in the three-
way comparison function; but that's still relevant in Python 2.
mp.c
t/t-convert.py