commit | ff4fddde57d5579dff3a83d99e20cd06366b10d6 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri Sep 09 00:24:12 2016 +0200 |
committer | Christian Heimes <christian@python.org> | Fri Sep 09 00:24:12 2016 +0200 |
tree | 0ed3f055681e06dcfd5d6ce207c8bf84161e680d | |
parent | 45af0c83da093ac8f6756d98c36e064e7c01b19b [diff] |
Add NULL checks to the initializer of the locale module The _locale module was using old-style APIs to set numeric module constants from macros. The new way requires less code and properly checks for NULL. CID 1295027