Staging
v0.5.1
https://github.com/python/cpython
Revision 6897e5688d938d1950227bc23d1467ac86832e8a authored by Berker Peksag on 02 March 2015, 04:34:00 UTC, committed by Berker Peksag on 02 March 2015, 04:34:00 UTC
TOS is an abbreviation of top-of-stack.

Patch by Sven Berkvens-Matthijsse.
2 parent s fc080fc + ab4040e
Raw File
Tip revision: 6897e5688d938d1950227bc23d1467ac86832e8a authored by Berker Peksag on 02 March 2015, 04:34:00 UTC
Issue #20521: Change ``TOS`` to TOS in dis documentation.
Tip revision: 6897e56
_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>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testimportmultiple.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top