summaryrefslogtreecommitdiffstats
path: root/Python/mysnprintf.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-11-04 00:56:34 (GMT)
committerGitHub <noreply@github.com>2023-11-04 00:56:34 (GMT)
commit02f8f781dac62112362fa8a96f5c08deccb7b27f (patch)
treea5cf221938c20be78a39fa60b58d963f7bfe918b /Python/mysnprintf.c
parent1a95ad68b4156fbd04bd5c479f3ef9ca30f0a8f5 (diff)
downloadcpython-02f8f781dac62112362fa8a96f5c08deccb7b27f.zip
cpython-02f8f781dac62112362fa8a96f5c08deccb7b27f.tar.gz
cpython-02f8f781dac62112362fa8a96f5c08deccb7b27f.tar.bz2
[3.12] gh-111644: Fix support threading_cleanup() (GH-111714) (#111716)
gh-111644: Fix support threading_cleanup() (GH-111714) Copy the list of dangling threads to make sure that the list of "Dangling thread" is complete. Previously, the list was incomplete if threads completed just before the list was displayed. Changes: * Rewrite the warning to make it easier to understand. * Use support.sleeping_retry(). * threading_cleanup() no longer copies threading._dangling, but only counts the number of dangling thread. * Remove support.gc_support() call. (cherry picked from commit f62c7ccf9abf6e0493978da9cf9ca43adcd403f9) Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Python/mysnprintf.c')
0 files changed, 0 insertions, 0 deletions