https://github.com/python/cpython
Revision f5adb026888bfc0363185d3268758aa9431b6f05 authored by Zackery Spytz on 16 November 2018, 15:29:16 UTC, committed by Zackery Spytz on 16 November 2018, 15:29:16 UTC
This missed PyErr_NoMemory() could cause a SystemError when calling
_symtable.symtable().
1 parent 4edeaea
Raw File
Tip revision: f5adb026888bfc0363185d3268758aa9431b6f05 authored by Zackery Spytz on 16 November 2018, 15:29:16 UTC
Add a missed PyErr_NoMemory() in symtable_new()
Tip revision: f5adb02
select.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>{98346077-900c-4c7a-852f-a23470e37b40}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\selectmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top