mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Python.h is a bad c++ citizen and overwrites some functions with its own macros. This conflicts with libc++'s locale header. I did some refactoring to use Python.h only where it's actually needed a few months ago so the unnecessary includes can be removed now. llvm-svn: 151168