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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.3 KB
README.rst -rw-r--r-- 3.9 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 48.1 KB
license.rst -rw-r--r-- 46.1 KB
make.bat -rw-r--r-- 4.1 KB

README.rst

back to top