]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Suppress some "undefined" warnings from flake8
authorTom Tromey <tromey@adacore.com>
Tue, 19 Mar 2024 17:08:34 +0000 (11:08 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 2 Apr 2024 16:58:37 +0000 (10:58 -0600)
commit34b0776fd7385fcf1108981307d6d625f3565779
tree344e8a8ea5f0f34916fba8151322b8b05963c7f1
parent99364b187fd75202a40bc375c278417f0237194e
Suppress some "undefined" warnings from flake8

flake8 warns about some identifiers in __init__.py, because it does
not realize these come from the star-imported _gdb module.  This patch
suppresses these warnings.
gdb/python/lib/gdb/__init__.py