Correct VS version in FAQ

This commit is contained in:
Marc Schlaich 2018-02-06 16:07:27 +01:00 committed by Jason Rhinelander
parent 1ddfacbad1
commit ab003dbdd9

View File

@ -228,14 +228,14 @@ In addition to decreasing binary size, ``-fvisibility=hidden`` also avoids
potential serious issues when loading multiple modules and is required for potential serious issues when loading multiple modules and is required for
proper pybind operation. See the previous FAQ entry for more details. proper pybind operation. See the previous FAQ entry for more details.
Working with ancient Visual Studio 2009 builds on Windows Working with ancient Visual Studio 2008 builds on Windows
========================================================= =========================================================
The official Windows distributions of Python are compiled using truly The official Windows distributions of Python are compiled using truly
ancient versions of Visual Studio that lack good C++11 support. Some users ancient versions of Visual Studio that lack good C++11 support. Some users
implicitly assume that it would be impossible to load a plugin built with implicitly assume that it would be impossible to load a plugin built with
Visual Studio 2015 into a Python distribution that was compiled using Visual Visual Studio 2015 into a Python distribution that was compiled using Visual
Studio 2009. However, no such issue exists: it's perfectly legitimate to Studio 2008. However, no such issue exists: it's perfectly legitimate to
interface DLLs that are built with different compilers and/or C libraries. interface DLLs that are built with different compilers and/or C libraries.
Common gotchas to watch out for involve not ``free()``-ing memory region Common gotchas to watch out for involve not ``free()``-ing memory region
that that were ``malloc()``-ed in another shared library, using data that that were ``malloc()``-ed in another shared library, using data