]> granicus.if.org Git - python/commit
Issue #19977, #19036: Always include <locale.h> in pythonrun.c
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Mar 2014 01:06:38 +0000 (02:06 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Mar 2014 01:06:38 +0000 (02:06 +0100)
commit518e610977cce63d348d11c4081f9b7af79edd81
tree95e4dbd97d2cfe1bc15a92ebd593bb59fe8e2f20
parent07beb375b7bdaef0d6b99a0bd891e9276ea6515b
Issue #19977, #19036: Always include <locale.h> in pythonrun.c
to get LC_CTYPE constant on Windows.
Python/pythonrun.c