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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
5f1f93cf
Commit
5f1f93cf
authored
Apr 21, 2016
by
Claudio Freire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no_gc: fix comment in DisableGC test class
parent
f2e76c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/run/no_gc.pyx
tests/run/no_gc.pyx
+2
-2
No files found.
tests/run/no_gc.pyx
View file @
5f1f93cf
...
...
@@ -24,8 +24,8 @@ def is_tp_traverse_null(obj):
@
cython
.
no_gc
cdef
class
DisableGC
:
"""
An extension type that has
a tp_clear method generated to test that it
actually clears the references to NULL.
An extension type that has
tp_clear and tp_traverse methods generated
to test that it
actually clears the references to NULL.
>>> uut = DisableGC()
>>> is_tp_clear_null(uut)
...
...
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