We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80d3d1 commit 9412262Copy full SHA for 9412262
graalpython/lib-python/3/encodings/__init__.py
@@ -159,6 +159,7 @@ def search_function(encoding):
159
def _alias_mbcs(encoding):
160
try:
161
import _winapi
162
+ return None # Truffle change: we don't support this method yet
163
ansi_code_page = "cp%s" % _winapi.GetACP()
164
if encoding == ansi_code_page:
165
import encodings.mbcs
0 commit comments