Commit 86be47c1 authored by Mark Florisson's avatar Mark Florisson

Set mode to error for nested with gil error test

parent 5cfaca9c
# mode: error
with gil:
pass
......@@ -21,8 +23,8 @@ def func():
pass
_ERRORS = u'''
1:5: Trying to acquire the GIL while it is already held.
5:9: Trying to release the GIL while it was previously released.
16:9: Trying to acquire the GIL while it is already held.
20:9: Trying to acquire the GIL while it is already held.
3:5: Trying to acquire the GIL while it is already held.
7:9: Trying to release the GIL while it was previously released.
18:9: Trying to acquire the GIL while it is already held.
22:9: Trying to acquire the GIL while it is already held.
'''
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment