]> 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)
committerTom Tromey <tromey@adacore.com>
Wed, 4 Oct 2023 14:23:30 +0000 (08:23 -0600)
commit83ec6e80ff0d56342fc066c2ef649036c0983529
tree0048b19401cb3e13c41f2900e1b69a8aa653ab84
parent027a94cf32be0b53d163e252e3c9e4800ad8f5f4
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.
libstdc++-v3/python/libstdcxx/v6/xmethods.py