pypy.objspace.std.test.apptest_complexobject:test_file
def test_file():
import os
import tempfile
a = 3.33+4.43j
b = 5.1+2.3j
fo = None
try:
pth = tempfile.mktemp()
> fo = open(pth, "w")
E LookupError: unknown encoding:
../build/pypy/objspace/std/test/apptest_complexobject.py:438: LookupError
builder: pypy-c-jit-macos-x86-64 build #1408+
test: pypy.objspace.std.test.apptest_complexobject:test_file