]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Correctly call _string_types function
authorTom Tromey <tromey@adacore.com>
Wed, 4 Oct 2023 14:59:47 +0000 (08:59 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 4 Oct 2023 16:38:33 +0000 (10:38 -0600)
commit4bf77db70e2521dc89f9d7f51c7ae6e58a94b4f9
tree78da27061a5ad56f945de6a6829bf125bbfa1d4a
parent3ceb109fcb045de9d78b650112399bbb7df78cdc
libstdc++: Correctly call _string_types function

flake8 points out that the new call to _string_types from
StdExpAnyPrinter.__init__ is not correct -- it needs to be qualified.

libstdc++-v3/ChangeLog:

* python/libstdcxx/v6/printers.py
(StdExpAnyPrinter.__init__): Qualify call to
_string_types.
libstdc++-v3/python/libstdcxx/v6/printers.py