https://github.com/python/cpython
Revision 0b3ec192259a65971001ce8f0de85a9c1e71d9c7 authored by Serhiy Storchaka on 23 March 2017, 15:53:47 UTC, committed by GitHub on 23 March 2017, 15:53:47 UTC
There was few cases of using literal 0 instead of NULL in the context of
pointers.  While this was a legitimate C code, using NULL rather than 0 makes
the code clearer.
1 parent aefa7eb
History
Tip revision: 0b3ec192259a65971001ce8f0de85a9c1e71d9c7 authored by Serhiy Storchaka on 23 March 2017, 15:53:47 UTC
Use NULL rather than 0. (#778)
Tip revision: 0b3ec19
File Mode Size
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.codecov.yml -rw-r--r-- 545 bytes
.gitattributes -rw-r--r-- 255 bytes
.gitignore -rw-r--r-- 1.4 KB
.hgeol -rw-r--r-- 1.0 KB
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 8.7 KB
.hgtouch -rw-r--r-- 1.3 KB
.mention-bot -rw-r--r-- 248 bytes
.travis.yml -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 57.6 KB
README.rst -rw-r--r-- 9.1 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 473.9 KB
configure.ac -rw-r--r-- 156.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.5 KB
setup.py -rw-r--r-- 96.4 KB

README.rst

back to top