Commit 06970fb7 authored by Torsten Landschoff's avatar Torsten Landschoff

Fixed no_gc_clear test for Python 3.

parent 13c0c8e1
...@@ -25,8 +25,8 @@ cdef class DisableTpClear: ...@@ -25,8 +25,8 @@ cdef class DisableTpClear:
>>> uut = DisableTpClear() >>> uut = DisableTpClear()
>>> uut.call_tp_clear() >>> uut.call_tp_clear()
>>> type(uut.requires_cleanup) >>> type(uut.requires_cleanup) == list
<type 'list'> True
>>> del uut >>> del uut
""" """
......
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