<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Tools/c-analyzer, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title> bpo-38419: fix "check-c-globals" path (GH-16680)</title>
<updated>2019-10-23T00:05:54+00:00</updated>
<author>
<name>AMIR</name>
<email>31338382+amiremohamadi@users.noreply.github.com</email>
</author>
<published>2019-10-23T00:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=20bf8e08a18c0f1eab49c54f3bd56f8364a2f5cc'/>
<id>20bf8e08a18c0f1eab49c54f3bd56f8364a2f5cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)</title>
<updated>2019-10-19T02:00:04+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2019-10-19T02:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e4c431ecf50def40eb93c3969c1e4eeaf7bf32f1'/>
<id>e4c431ecf50def40eb93c3969c1e4eeaf7bf32f1</id>
<content type='text'>
This is partly a cleanup of the code. It also is preparation for getting the variables from the source (cross-platform) rather than from the symbols.

The change only touches the tool (and its tests).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is partly a cleanup of the code. It also is preparation for getting the variables from the source (cross-platform) rather than from the symbols.

The change only touches the tool (and its tests).</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)</title>
<updated>2019-09-27T14:53:34+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2019-09-27T14:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6693f730e0eb77d9453f73a3da33b78a97e996ee'/>
<id>6693f730e0eb77d9453f73a3da33b78a97e996ee</id>
<content type='text'>
The "Slot" helper (descriptor) is leaking references due to its caching mechanism. The change includes a partial fix to Slot, but also adds Variable.storage to replace the problematic use of Slot.

https://bugs.python.org/issue38187</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "Slot" helper (descriptor) is leaking references due to its caching mechanism. The change includes a partial fix to Slot, but also adds Variable.storage to replace the problematic use of Slot.

https://bugs.python.org/issue38187</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38187: Fix reference leak in test_tools (GH-16233)</title>
<updated>2019-09-17T16:04:46+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-09-17T16:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6fbc924696b4b5097c273c06ca2d82662940e184'/>
<id>6fbc924696b4b5097c273c06ca2d82662940e184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Eric's TODO file into his directory. (GH-16072)</title>
<updated>2019-09-12T17:19:46+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2019-09-12T17:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a44f3dc21d8b59ceeffa7dd1d9a7c05ed6be3e04'/>
<id>a44f3dc21d8b59ceeffa7dd1d9a7c05ed6be3e04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36876: Fix the globals checker tool. (gh-16058)</title>
<updated>2019-09-12T15:59:38+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2019-09-12T15:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=088b63ea7a8331a3e34bc93c3b873c60354b4fad'/>
<id>088b63ea7a8331a3e34bc93c3b873c60354b4fad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)</title>
<updated>2019-09-11T18:49:45+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2019-09-11T18:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ee536b2020b1f0baad1286dbd4345e13870324af'/>
<id>ee536b2020b1f0baad1286dbd4345e13870324af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
