diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-12-05 14:12:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 14:12:41 (GMT) |
commit | 33c377ed9b6cb3b9493005314c4e0cfa7517ea65 (patch) | |
tree | 57c547459a63179830eba576c4ea2959a605c117 /Python/dynamic_annotations.c | |
parent | ae342cf7deebdcf2035f4064609b32b2102dadcf (diff) | |
download | cpython-33c377ed9b6cb3b9493005314c4e0cfa7517ea65.zip cpython-33c377ed9b6cb3b9493005314c4e0cfa7517ea65.tar.gz cpython-33c377ed9b6cb3b9493005314c4e0cfa7517ea65.tar.bz2 |
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
* Simplify _PyCoreConfig_INIT, _PyMainInterpreterConfig_INIT,
_PyPathConfig_INIT macros: no need to set fields to 0/NULL, it's
redundant (the C language sets them to 0/NULL for us).
* Fix typo: pymain_run_statup() => pymain_run_startup()
* Remove a few XXX/TODO
Diffstat (limited to 'Python/dynamic_annotations.c')
0 files changed, 0 insertions, 0 deletions