]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
authorVictor Stinner <vstinner@python.org>
Tue, 12 Jan 2021 10:26:26 +0000 (11:26 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Jan 2021 10:26:26 +0000 (11:26 +0100)
commit11d13e83abedabba12b28773317f1a365113e7af
treea4af7df1e1ed36e858dd0c9df758ced291cf7eae
parent44bf57aca627bd11a08b12fe4e4b6a0e1d268862
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)

Test that _PyUnicode_FromId() works when Python is initialized
multiples times.
Lib/test/test_embed.py
Programs/_testembed.c