This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients lkcl, rpetrov
Date 2009-01-24.19:04:52
SpamBayes Score 6.92586e-08
Marked as misclassified No
Message-id <1232823894.04.0.229123315403.issue5043@psf.upfronthosting.co.za>
In-reply-to
Content
My comment on this part of code is( from issue3871): 
+    # FIXME: next code is from issue870382
+    # MS C-runtime libraries never support backward compatibility.
+    # Linking to a different library without to specify correct runtime
+    # version for the headers will link renamed functions to msvcrt.
+    # See issue3308: this piece of code is python problem even
+    # with correct w32api headers.
+    # Issue: for MSVC compiler we can get the version and from version
+    # to determine mcvcrt as code below. But what about if python is
+    # build with GCC compiler?
+    # Output of sys.version is information for python build on first
+    # line, on the next line is information for the compiler and the
+    # output lack information for the C-runtime.

My vote is to remove function get_msvcr() from cygwinccompiler.py.
History
Date User Action Args
2009-01-24 19:04:54rpetrovsetrecipients: + rpetrov, lkcl
2009-01-24 19:04:54rpetrovsetmessageid: <1232823894.04.0.229123315403.issue5043@psf.upfronthosting.co.za>
2009-01-24 19:04:53rpetrovlinkissue5043 messages
2009-01-24 19:04:52rpetrovcreate