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
d4dd8baa2f023f004582968200060eae987a2d57
d4dd8baa2f023f004582968200060eae987a2d57
Switch branch/tag
cython
tests
compile
jiba5.pyx
Find file
Normal view
History
Permalink
jiba5.pyx
73 Bytes
Edit
Web IDE
Newer
Older
collection of regression tests (based on Greg's test suite)
Stefan Behnel
committed
17 years ago
1
def
f
():
fix test suite reducing the signal-to-noise ratio of GCC warnings
Lisandro Dalcin
committed
16 years ago
2
cdef
int
i
=
0
collection of regression tests (based on Greg's test suite)
Stefan Behnel
committed
17 years ago
3
4
5
global
mylist
del
mylist
[
i
]
return