]> granicus.if.org Git - python/commit
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430)
authorStéphane Wirtel <stephane@wirtel.be>
Tue, 19 Mar 2019 23:37:20 +0000 (00:37 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Mar 2019 23:37:20 +0000 (16:37 -0700)
commit0d765e3849f1010276bb349b557b79ed94befa0b
tree9cf7dcf5ffa16760eb01c69fe5956966ca4fcfd3
parentc70ab02df2894c34da2223fc3798c0404b41fd79
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430)

https://bugs.python.org/issue36362
Python/import.c