commit | 2b379968e554f9ce0832e84f5f8a85131a3be35e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Mar 06 10:29:27 2024 +0100 |
committer | GitHub <noreply@github.com> | Wed Mar 06 09:29:27 2024 +0000 |
tree | 9c2d9a8e73d8a9b9b93b6575bf703242da182def | |
parent | 22ccf13b332902142fe0c52c593f9efc152c7761 [diff] |
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359) _PyConfig_AsDict() now returns bool objects for options using the new PyConfig_MEMBER_BOOL type. Update tests for these changes.