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
clean.bat
@echo off
rem A batch program to clean a particular configuration,
rem just for convenience.

call "%~dp0build.bat" -t Clean %*
back to top