locale: Remove some hopefully-unnecessary allowlist entries for macos-3.10 (#10805)

This commit is contained in:
Nikita Sobolev
2023-09-30 00:44:40 +03:00
committed by GitHub
parent f97fbb4e63
commit ec69d98778

View File

@@ -1,13 +1 @@
_?curses.color_pair
# Github Actions on macOS with Python 3.10.5 claims these are missing, but they do exist locally
(locale.bind_textdomain_codeset)?
(locale.bindtextdomain)?
(locale.dcgettext)?
(locale.dgettext)?
(locale.gettext)?
(locale.textdomain)?
# ==========
# Allowlist entries that cannot or should not be fixed
# ==========