Disable nondynamic testcase for Python -builtin -O
This commit is contained in:
parent
040683d1b3
commit
4d34d419b6
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ if python_nondynamic.is_python_builtin():
|
|||
else:
|
||||
python_nondynamic.C.classvar = 111
|
||||
|
||||
if is_python_modern():
|
||||
if is_python_modern() and not python_nondynamic.is_python_builtin():
|
||||
# Not working with builtin or non-modern :(
|
||||
try:
|
||||
B.a = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue