pytest2/_pytest/assertion
Jurko Gospodnetić 98ea8fae32 break reference cycles caused by storing local reference to exception info
Such reference cycles unnecessarily cause Python interpreter not to garbage
collect the objects referenced in those cycles as soon they could be collected,
and in turn cause the tests to use more memory than is strictly necessary.

--HG--
branch : break_ExceptionInfo_reference_cycles
2014-04-02 15:34:36 +02:00
..
__init__.py Only try to remove hook from sys.meta_path if it's present 2014-03-28 00:33:12 -07:00
newinterpret.py prolong workaround for jython AST bug http://bugs.jython.org/issue1497 2012-11-07 10:05:39 +01:00
oldinterpret.py fix some pep8 issues, more to go ... is there a tool that helps with pep8-ifying? 2012-06-21 11:20:29 +02:00
reinterpret.py fix expicit assert messages for Python2.6: it turns out python2.6 2013-12-12 06:41:48 +01:00
rewrite.py replace py.test module references with pytest 2014-01-18 12:31:33 +01:00
util.py break reference cycles caused by storing local reference to exception info 2014-04-02 15:34:36 +02:00