]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89745: Remove test_embed.test_init_read_set() (#139500)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Oct 2025 14:52:10 +0000 (16:52 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Oct 2025 14:52:10 +0000 (16:52 +0200)
commit6826ebf9866b860367e4763b3e4651950614c5aa
tree2359e579d809de385f0a0eb7877a32a5ac0c4a2a
parent60655cd6faba94fff5c8f99f1637248ccfcfe303
gh-89745: Remove test_embed.test_init_read_set() (#139500)

Since Python 3.11, it's no longer possible to call PyConfig_Read() to
get the path configuration, and then modify the path configuration.
Lib/test/test_embed.py
Programs/_testembed.c