commit | 6b41a8e156d7c38947a082016ffb58de8d2485ce | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jul 19 12:39:10 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jul 19 12:39:10 2008 +0000 |
tree | 8f95264aea4275f2d6a92bc3f76fbba2ba394f3b | |
parent | 1ad108db05b86b426b636edc0814be4f8e6ba0d5 [diff] [blame] |
#3302: fix segfaults when passing None for arguments that can't be NULL for the C functions.
diff --git a/Misc/NEWS b/Misc/NEWS index 1ec7695..2226e8a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Library ------- +- Issue #3302: Fix several crashes when calling locale's gettext functions + with None arguments. + - Issue #3389: Allow resolving dotted names for handlers in logging configuration files.