Commit 9382c472 authored by Stefan Behnel's avatar Stefan Behnel

typo

parent 809417ee
...@@ -146,7 +146,7 @@ class Context: ...@@ -146,7 +146,7 @@ class Context:
else: else:
filename_encoding = sys.getfilesystemencoding() filename_encoding = sys.getfilesystemencoding()
if filename_encoding is None: if filename_encoding is None:
filename_encoding = getdefaultencoding() filename_encoding = sys.getdefaultencoding()
name = source_filename.decode(filename_encoding) name = source_filename.decode(filename_encoding)
s = PyrexScanner(f, name, source_encoding = f.encoding, s = PyrexScanner(f, name, source_encoding = f.encoding,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment