]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
authorVictor Stinner <vstinner@python.org>
Wed, 6 Mar 2024 09:29:27 +0000 (10:29 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 09:29:27 +0000 (09:29 +0000)
commit2b379968e554f9ce0832e84f5f8a85131a3be35e
tree9c2d9a8e73d8a9b9b93b6575bf703242da182def
parent22ccf13b332902142fe0c52c593f9efc152c7761
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.
Lib/test/_test_embed_set_config.py
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Python/initconfig.c