[Python-checkins] cpython (merge default -> default): Merge heads

serhiy.storchaka python-checkins at python.org
Tue Sep 6 15:35:27 EDT 2016


https://hg.python.org/cpython/rev/dc1e20228544
changeset:   103133:dc1e20228544
parent:      103132:cb7ee9d9cddd
parent:      103131:f8950c8dfe78
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue Sep 06 22:35:03 2016 +0300
summary:
  Merge heads

files:
  Modules/_decimal/libmpdec/vccompat.h |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Modules/_decimal/libmpdec/vccompat.h b/Modules/_decimal/libmpdec/vccompat.h
--- a/Modules/_decimal/libmpdec/vccompat.h
+++ b/Modules/_decimal/libmpdec/vccompat.h
@@ -32,7 +32,6 @@
 
 /* Visual C fixes: no stdint.h, no snprintf ... */
 #ifdef _MSC_VER
-  #include "vcstdint.h"
   #undef inline
   #define inline __inline
   #undef random

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list