Staging
v0.5.1
https://github.com/python/cpython
Revision faf626b8cc6dd5c952f3fa33b09ae521388479cd authored by Peter Eisentraut on 14 March 2020, 11:47:09 UTC, committed by GitHub on 14 March 2020, 11:47:09 UTC
Some inline functions use mixed declarations and code.  These end up
visible in third-party code that includes Python.h, which might not be
using a C99 compiler.  Fix by moving the declarations first, like in
the old days.
1 parent 5208b4b
Raw File
Tip revision: faf626b8cc6dd5c952f3fa33b09ae521388479cd authored by Peter Eisentraut on 14 March 2020, 11:47:09 UTC
Make cpython/abstract.h compatible with C90 (#18481)
Tip revision: faf626b
_testcapi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top