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
V
Victor Stinner committed
33c377ed9b6cb3b9493005314c4e0cfa7517ea65
Parent: ae342cf
Committed by GitHub <noreply@github.com>
on 12/5/2017, 2:12:41 PM