コード例 #1
0
ファイル: test_cmath.py プロジェクト: ykjit/ykcpython
 def polar_with_errno_set(z):
     set_errno(11)
     try:
         return polar(z)
     finally:
         set_errno(0)
コード例 #2
0
 def polar_with_errno_set(z):
     set_errno(11)
     try:
         return polar(z)
     finally:
         set_errno(0)