diff options
author | Rémi Lapeyre <remi.lapeyre@henki.fr> | 2019-03-15 06:53:34 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2019-03-15 06:53:34 (GMT) |
commit | 65f64b1903ae85b97a30f514bbc1b7ce940c3af2 (patch) | |
tree | e5c7726b578c7a37492366807927f3682df87681 /Misc/NEWS.d | |
parent | 1c668d16574d47cffd469e00930f39afac927288 (diff) | |
download | cpython-65f64b1903ae85b97a30f514bbc1b7ce940c3af2.zip cpython-65f64b1903ae85b97a30f514bbc1b7ce940c3af2.tar.gz cpython-65f64b1903ae85b97a30f514bbc1b7ce940c3af2.tar.bz2 |
bpo-36272: Logging now propagates RecursionError (GH-12312)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-03-13-14-14-36.bpo-36272.f3l2IG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-13-14-14-36.bpo-36272.f3l2IG.rst b/Misc/NEWS.d/next/Library/2019-03-13-14-14-36.bpo-36272.f3l2IG.rst new file mode 100644 index 0000000..2f2f790 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-03-13-14-14-36.bpo-36272.f3l2IG.rst @@ -0,0 +1,2 @@ +:mod:`logging` does not silently ignore RecursionError anymore. Patch +contributed by Rémi Lapeyre. |