I have a question I have 2 projects that use python 3.4.* and 3.5.*'s /include and /libs folders (just python34.lib and python35.lib). Both versions have entered security releases mode, meaning they are released in source code forms python35 and python34.
My task is to update those 2 version to their latest releases.
And since there is no python34.lib or python35.lib files available from source code release, what do I have to do in order to compile a lib file from source?
I tried to build the PCBuild solution but, there was no installer created nor the lib file got created.
Would it be safe to guess that any security changes that came after a release with official installer would be part of /Include files?
Any help highly appreciated, thanks!