]> granicus.if.org Git - python/commit
bpo-38321: Fix _asynciomodule.c compiler warning (GH-16493)
authorVictor Stinner <vstinner@redhat.com>
Mon, 30 Sep 2019 14:41:34 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2019 14:41:34 +0000 (16:41 +0200)
commitefe74b6369a8d08f27c69703fcc1686966e51068
treea4bf0633c373f5cc0d451bda152b4605dd851a05
parentdec39716ca93ee2e8d9b94915ece33014eb58e9e
bpo-38321: Fix _asynciomodule.c compiler warning (GH-16493)

bpo-38248, bpo-38321: Fix warning:

    modules\_asynciomodule.c(2667):
    warning C4102: 'set_exception': unreferenced label

The related goto has been removed by
commit edad4d89e357c92f70c0324b937845d652b20afd.
Modules/_asynciomodule.c