]> granicus.if.org Git - python/commit
Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Wed, 25 Apr 2007 00:17:39 +0000 (00:17 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Wed, 25 Apr 2007 00:17:39 +0000 (00:17 +0000)
commit67387fb4aadbbe1dbb498398b0786ca01d92552e
treec300a2253ea35fcd0973a9e8a668481ab956dfeb
parent17b8e97e2e2c24322d45c33308212e0d6c32d934
Make pythoncore compile cleanly with VisualStudio 2005.  Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h
Modules/_struct.c
Python/import.c
Python/pythonrun.c