diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2023-03-04 12:20:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 12:20:14 (GMT) |
commit | b022250e67449e0bc49a3c982fe9e6a2d6a7b71a (patch) | |
tree | 69c09b39cc15829db798e3c76943fedd6f21e970 /Python/errors.c | |
parent | 8de59c1bb9fdcea69ff6e6357972ef1b75b71721 (diff) | |
download | cpython-b022250e67449e0bc49a3c982fe9e6a2d6a7b71a.zip cpython-b022250e67449e0bc49a3c982fe9e6a2d6a7b71a.tar.gz cpython-b022250e67449e0bc49a3c982fe9e6a2d6a7b71a.tar.bz2 |
Remove unused internal macros (#102415)
Since #101826 was merged, the internal macro `_Py_InIntegralTypeRange` is unused, as are its supporting macros `_Py_IntegralTypeMax` and `_Py_IntegralTypeMin`. This PR removes them.
Note that `_Py_InIntegralTypeRange` doesn't actually work as advertised - it's not a safe way to avoid undefined behaviour in an integer to double conversion.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions