Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
86be47c1
Commit
86be47c1
authored
May 20, 2011
by
Mark Florisson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set mode to error for nested with gil error test
parent
5cfaca9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
tests/errors/incorrectly_nested_gil_blocks.pyx
tests/errors/incorrectly_nested_gil_blocks.pyx
+6
-4
No files found.
tests/errors/incorrectly_nested_gil_blocks.pyx
View file @
86be47c1
# 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.
1
6
:9: Trying to acquire the GIL while it is already held.
2
0
: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.
1
8
:9: Trying to acquire the GIL while it is already held.
2
2
:9: Trying to acquire the GIL while it is already held.
'''
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment