<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch cpychecker</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Added guard around cpychecker bug on Py3</title>
<updated>2019-02-16T13:44:24+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-05T10:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=251dbf3ab11eab34405ec15e21ceff25302266e4'/>
<id>251dbf3ab11eab34405ec15e21ceff25302266e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow running cpychecker on Py3</title>
<updated>2019-02-16T13:44:24+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-05T10:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=59e1c368ad0473477a4940293bf3853fa776db13'/>
<id>59e1c368ad0473477a4940293bf3853fa776db13</id>
<content type='text'>
Also add explicit sha version to check out when new commits added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add explicit sha version to check out when new commits added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Further annotation to run cpychecker with higher --maxtrans</title>
<updated>2019-02-16T12:11:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T15:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f9cec90912017b44823ce233dd1873f72905a2e4'/>
<id>f9cec90912017b44823ce233dd1873f72905a2e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing error check to list append in typecast_array_scan</title>
<updated>2019-02-16T12:11:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T14:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8bf9299c17a935f0faa8bcc1df89e782955271de'/>
<id>8bf9299c17a935f0faa8bcc1df89e782955271de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed apparent access to uninitialized var</title>
<updated>2019-02-16T12:11:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T09:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=27b26bc210f7f4e17dd9a574d9c8c477acbf5763'/>
<id>27b26bc210f7f4e17dd9a574d9c8c477acbf5763</id>
<content type='text'>
No error before: cpychecker is confused but the var was init'd by
PyLong_FromString.

davidmalcolm/gcc-python-plugin#167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No error before: cpychecker is confused but the var was init'd by
PyLong_FromString.

davidmalcolm/gcc-python-plugin#167
</pre>
</div>
</content>
</entry>
<entry>
<title>Further cpychecker annotations</title>
<updated>2019-02-16T12:11:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T09:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1f62b47dc585a75d121b0d3c8439764e3bac7871'/>
<id>1f62b47dc585a75d121b0d3c8439764e3bac7871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup after pq_fetch static analysis</title>
<updated>2019-02-16T12:11:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T09:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d38ffc6cf1d88c6c03bee37b492270c9125780e9'/>
<id>d38ffc6cf1d88c6c03bee37b492270c9125780e9</id>
<content type='text'>
The behaviour around _pq_fetch_tuples might have changed a little but it
seems behaving right and is more straightforward now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behaviour around _pq_fetch_tuples might have changed a little but it
seems behaving right and is more straightforward now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cpychecker hints to libpq</title>
<updated>2019-02-16T12:11:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-22T17:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6dc1f9a3b077c9b1680b80c2d0df3b570ea336f9'/>
<id>6dc1f9a3b077c9b1680b80c2d0df3b570ea336f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of gcc fake positives in lobject</title>
<updated>2019-02-16T12:05:51+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-22T17:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=de1b816f8399f6148498899ffbfe076296232e7c'/>
<id>de1b816f8399f6148498899ffbfe076296232e7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around refcount cpychecker bug</title>
<updated>2019-02-16T12:05:51+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-22T15:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2aedbedcbf7b29b1dad3eff01a46f897a48ad6de'/>
<id>2aedbedcbf7b29b1dad3eff01a46f897a48ad6de</id>
<content type='text'>
Also increment error/code refcounts before storing in error state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also increment error/code refcounts before storing in error state.
</pre>
</div>
</content>
</entry>
</feed>
