]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
authorKumar Aditya <rahuladitya303@gmail.com>
Thu, 9 Dec 2021 13:16:45 +0000 (18:46 +0530)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 13:16:45 +0000 (13:16 +0000)
commitaf6b4068859a5d0c8afd696f3c0c0155660211a4
tree51c7e19fc4f539e345c1464175af5abe7fbcd7e3
parente2cfc89e099b8fad5d8d5bd7f59dadffb6078778
bpo-25066: Added repr for multiprocessing.Event (GH-29749)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/multiprocessing/synchronize.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2021-11-24-12-25-42.bpo-25066.YIcIkn.rst [new file with mode: 0644]