]> granicus.if.org Git - python/commit
bpo-38236: Fix init_dump_ascii_wstr() (GH-16333)
authorVictor Stinner <vstinner@redhat.com>
Mon, 23 Sep 2019 13:35:46 +0000 (15:35 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2019 13:35:46 +0000 (15:35 +0200)
commit88e6447451fb5525e83e802c66c3e51b4a45bf86
tree5a8a7cd4eac76900417e0cd3fd9d41fdbb388fc1
parentfcdb027234566c4d506d6d753c7d5638490fb088
bpo-38236: Fix init_dump_ascii_wstr() (GH-16333)

Add missing "return;" (to not dereference NULL pointer).
Python/initconfig.c