]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Define _versioned_namespace in xmethods.py
authorTom Tromey <tromey@adacore.com>
Tue, 3 Oct 2023 17:08:02 +0000 (11:08 -0600)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 13 Nov 2023 15:18:10 +0000 (15:18 +0000)
commitcc2e2291a2820929ff6562cc375f53e2f1713ac5
tree638024170f13ec28867c759e3b1facba3c8c36a6
parent77bf37f9111b5d8de2101c74e7d34204a563d9af
libstdc++: Define _versioned_namespace in xmethods.py

flake8 pointed out that is_specialization_of in xmethods.py looks at a
global that wasn't added to the file.  This patch correct the
oversight.

libstdc++-v3/ChangeLog:

* python/libstdcxx/v6/xmethods.py (_versioned_namespace):
Define.

(cherry picked from commit 83ec6e80ff0d56342fc066c2ef649036c0983529)
libstdc++-v3/python/libstdcxx/v6/xmethods.py