예제 #1
0
 def set_errno(self, space, errno):
     cerrno.set_errno(space, space.c_int_w(errno))
예제 #2
0
파일: ffi_obj.py 프로젝트: pypyjs/pypy
 def set_errno(self, space, errno):
     cerrno.set_errno(space, space.c_int_w(errno))