summaryrefslogtreecommitdiff
path: root/tests/test_leaks.py
Commit message (Expand)AuthorAgeFilesLines
* Move to the src/ layout, and make greenlet a package.issue184Jason Madden2020-11-121-85/+0
* Fix simple typo: requring -> requiringTim Gates2019-12-051-1/+1
* Try to fix spurious thread test failuresAlexey Borzenkov2015-05-171-2/+17
* Attempt to plug threaded leak tests instability some moreAlexey Borzenkov2014-10-141-2/+5
* Disable unstable leak tests on Python 2.6Alexey Borzenkov2014-09-211-1/+2
* Run gc.collect() twice in threaded leak testsAlexey Borzenkov2014-06-241-0/+4
* Garbage collect greenlets after threads exitAlexey Borzenkov2012-05-121-0/+39
* pep8/cleanup whitespace in all .py filesRalf Schmitt2012-01-271-0/+1
* fix test_arg_refs on python 2.3Ralf Schmitt2011-12-191-1/+2
* Get rid of deprecation warnings from unittest in Python 3.2.Kyle Ambroff2011-03-261-2/+2
* Don't use xrange(), Py3k compatibility.0.3.1Kyle Ambroff2010-04-051-2/+2
* Fix for #7 - greenlet 0.3 leaks memory (mbachry)Kyle Ambroff2010-04-051-0/+21