https://github.com/python/cpython
Revision 70945d57e775b335eb58b734d82e68484063e835 authored by Mark Shannon on 18 October 2021, 08:57:24 UTC, committed by GitHub on 18 October 2021, 08:57:24 UTC
* Avoid making C calls for most calls to Python functions.

* Change initialize_locals(steal=true) and _PyTuple_FromArraySteal to consume the argument references regardless of whether they succeed or fail.
1 parent fd03917
Raw File
Tip revision: 70945d57e775b335eb58b734d82e68484063e835 authored by Mark Shannon on 18 October 2021, 08:57:24 UTC
bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
Tip revision: 70945d5
_testimportmultiple.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>{1ec38ad9-1abf-4b80-8628-ac43ccba324b}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{0ff128a6-7814-4f8e-826e-860a858104ee}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testimportmultiple.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top