]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Oct 2013 20:52:43 +0000 (22:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Oct 2013 20:52:43 +0000 (22:52 +0200)
commitd01d396e7f9db2b3c362fe48a07cd55420dce030
tree648b09bf3ac3c2588e661a11d3e396d83fb83030
parent409b53840b83bc275db3ac234c547ff4dd67af58
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
("make smelly" now clean)
Include/asdl.h
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c
Python/asdl.c
Python/ast.c