summaryrefslogtreecommitdiff
path: root/tests/run/refcount_in_meth.pyx
Commit message (Expand)AuthorAgeFilesLines
* Change default of "always_allow_keywords" directive to True (GH-3605)scoder2020-05-241-0/+2
* avoid using sys.getrefcount() where possible (PyPy doesn't have it)Stefan Behnel2012-04-021-5/+8
* Add tags to test files.Robert Bradshaw2011-04-011-0/+1
* added a test to check that the object refcount is not incremented in C-bryancole2010-03-081-0/+67