commit | a87c46eab3c306b1c5b8a072b7b30ac2c50651c0 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 03 21:52:21 2022 +0200 |
committer | GitHub <noreply@github.com> | Sat Dec 03 11:52:21 2022 -0800 |
tree | 92c0ebdb6abd303ea967c0bd999d839a98f84494 | |
parent | c68573b339320409b038501fdd7d4f8a56766275 [diff] |
bpo-15999: Accept arbitrary values for boolean parameters. (#15609) builtins and extension module functions and methods that expect boolean values for parameters now accept any Python object rather than just a bool or int type. This is more consistent with how native Python code itself behaves.