]> granicus.if.org Git - python/commit
#7419: Fix a crash on Windows in locale.setlocale() when the category
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 1 Dec 2009 21:51:04 +0000 (21:51 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 1 Dec 2009 21:51:04 +0000 (21:51 +0000)
commitd728871ee170604e18dd8e0bf1b28b6520a5b809
tree826b4afa90b41c4033813778be9d571827862acf
parent7072f74dc8bea03490ab09af3ee5a902bdc6f284
#7419: Fix a crash on Windows in locale.setlocale() when the category
is outside the allowed range.
Lib/test/test_locale.py
Misc/NEWS
Modules/_localemodule.c