##// END OF EJS Templates
Remove 2.3 compatibility, minor cleanups.
Remove 2.3 compatibility, minor cleanups.

File last commit:

r1403:3926d6d2
r1414:3d334bdf
Show More
test_refs.py
11 lines | 234 B | text/x-python | PythonLexer
def test_refs():
"""DocTest reference holding issues when running scripts.
In [32]: run show_refs.py
c referrers: [<type 'dict'>]
In [33]: map(type,gc.get_referrers(c))
Out[33]: [<type 'dict'>]
"""
pass