commit | cb08a71c5c534f33d9486677534dafb087c30e8c | [log] [tgz] |
---|---|---|
author | Ammar Askar <ammar_askar@hotmail.com> | Sat Jan 12 01:23:41 2019 -0500 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Jan 12 08:23:41 2019 +0200 |
tree | 19b46ba5dda5c870c2a2f8614e19e3831e5f3ec8 | |
parent | fdf282d609fd172d52b59a6f1f062eb701494528 [diff] |
bpo-34838: Use subclass_of for math.dist. (GH-9659) Argument clinic now generates fast inline code for positional parsing, so the manually implemented type check in math.dist can be removed.