mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
0b3ec19225
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.