<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/bug1283</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>make the methods be WeakMethods. still leaks</title>
<updated>2021-11-24T19:28:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T19:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=93fa51d1a877be7e2d7988b1163bd7e097c2a59c'/>
<id>93fa51d1a877be7e2d7988b1163bd7e097c2a59c</id>
<content type='text'>
[skip actions]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip actions]
</pre>
</div>
</content>
</entry>
<entry>
<title>traverse and clear work on everything. still leaks</title>
<updated>2021-11-24T19:28:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-23T17:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e3696d623d81d46997b4cbd5d417bbd057d5edc5'/>
<id>e3696d623d81d46997b4cbd5d417bbd057d5edc5</id>
<content type='text'>
[skip actions]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip actions]
</pre>
</div>
</content>
</entry>
<entry>
<title>wip: Py_TPFLAGS_HAVE_GC was suggested. doesn't work yet</title>
<updated>2021-11-24T19:28:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-23T01:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=753059a2cc923f0037866933dfc2f33e03914600'/>
<id>753059a2cc923f0037866933dfc2f33e03914600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>temp: add more tracer attributes to experiment with leaking.</title>
<updated>2021-11-24T19:28:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-22T10:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bd6e6852ae76933b6b6971ca7f4a4703e6cd75cb'/>
<id>bd6e6852ae76933b6b6971ca7f4a4703e6cd75cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: a test to demonstrate a memory leak #1283</title>
<updated>2021-11-24T19:28:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-22T10:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9f550c5b16f411ef008ab26650aad45abe514b43'/>
<id>9f550c5b16f411ef008ab26650aad45abe514b43</id>
<content type='text'>
This leaks slightly differently than the bug report.  I get one object plus two
objects per thread leaked, and only between 1 and 2, not between 0 and 1.  My
report is `objects leaked: 0, 7` when starting three threads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This leaks slightly differently than the bug report.  I get one object plus two
objects per thread leaked, and only between 1 and 2, not between 0 and 1.  My
report is `objects leaked: 0, 7` when starting three threads.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(fix): keep SourceIncludeOmitTest's from clobbering each other</title>
<updated>2021-11-24T14:01:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T14:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=eff683c74dccf0f444484ac470e35dbc0a8cc498'/>
<id>eff683c74dccf0f444484ac470e35dbc0a8cc498</id>
<content type='text'>
Because they cd'd into a folder in the shared source tree, their data
files would collide, leading to flaky tests.

Also, add a check that the tests collected some data, and add sys.path
to the debug=trace output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because they cd'd into a folder in the shared source tree, their data
files would collide, leading to flaky tests.

Also, add a check that the tests collected some data, and add sys.path
to the debug=trace output.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(build): i've had the wrong -r character this whole time</title>
<updated>2021-11-24T13:28:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T13:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=08655902e365c6f118ca625eae04bacc9d344cef'/>
<id>08655902e365c6f118ca625eae04bacc9d344cef</id>
<content type='text'>
E means show summary of errors.  e means nothing. :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E means show summary of errors.  e means nothing. :(
</pre>
</div>
</content>
</entry>
<entry>
<title>test(fix): skip tests that trip a specific Mac 3.9 eventlet bug</title>
<updated>2021-11-24T12:41:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T12:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f0c8797846290e3fc466793aa0930eb79e1eeffc'/>
<id>f0c8797846290e3fc466793aa0930eb79e1eeffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(build): a better way to pin light-thread packages</title>
<updated>2021-11-24T11:45:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-23T13:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3dfa4498abf5885307f921862f7d367166af76a6'/>
<id>3dfa4498abf5885307f921862f7d367166af76a6</id>
<content type='text'>
Also, clearly indicate when we are skipping tests because the packages aren't
available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, clearly indicate when we are skipping tests because the packages aren't
available.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: this is nicer as a set</title>
<updated>2021-11-24T11:45:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-23T10:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2f7e38407321c1ce33a8a13cd3fbb7d73be99278'/>
<id>2f7e38407321c1ce33a8a13cd3fbb7d73be99278</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
