commit | bc67f189fdd62ed42013fa05cd0ef2df498f5967 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Jan 21 21:39:01 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Jan 21 21:39:01 2022 +0100 |
tree | fdec1f248f48b03bbeed0eadce53f63081773b3f | |
parent | 60705cff70576482fea31dcafbf8a37cbb751ea5 [diff] |
bpo-46417: Add _PyType_CAST() macro (GH-30760) In debug mode, the macro makes sure that its argument is a type using an assertion.