Disable Python annotations test due to incomplete support

This commit is contained in:
William S Fulton 2022-02-27 18:39:31 +00:00
commit 8ce010b915

View file

@ -1,6 +1,7 @@
import sys
if sys.version_info[0:2] >= (3, 2):
# Disable as no __annotations__ support with -fastproxy and -builtin atm
if False: # sys.version_info[0:2] >= (3, 2):
from python_annotations_c import *
anno = MakeShort.__annotations__