Actions
Bug #1265
closedtest_import calls printf in different c runtime libraries
Description
=begin
On Windows, test import loads msvcrt.dll and then calls printf. That only works with mingw or VC6. Any newer version of VC will cause a segmentation fault since you cannot mix file handles across runtime libraries.
Patch causes test to not be run on Windows.
=end
Files
Actions
Like0
Like0Like0Like0Like0