]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108963: using random to generate unique string in sys.intern test … (#110216)
authorVictor Stinner <vstinner@python.org>
Mon, 2 Oct 2023 15:48:42 +0000 (17:48 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:48:42 +0000 (17:48 +0200)
commitf911d7ecd99c4f0b67131b24b286a569c54c9655
tree04367f80a7cf6d118817ef9349c946f409d6cd58
parentb61a4da459b65c7c925d395944aaa9b4be1254a5
[3.12] gh-108963: using random to generate unique string in sys.intern test … (#110216)

gh-108963: using random to generate unique string in sys.intern test (#109491)

(cherry picked from commit 44b1e4ea4842c6cdc1bedba7aaeb93f236b3ec08)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Lib/test/test_sys.py