<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_json.c, branch v3.6.7</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-34649: Add missing NULL checks to _encoded_const() (GH-9225)</title>
<updated>2018-09-12T22:00:11+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2018-09-12T22:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6d726868cd1743623a28b8e048e31b9c3c52a399'/>
<id>6d726868cd1743623a28b8e048e31b9c3c52a399</id>
<content type='text'>
Reported by Svace static analyzer.
(cherry picked from commit 6f82bffd2df63a4072b3f0483cdbe93ddedb87e9)

Co-authored-by: Alexey Izbyshev &lt;izbyshev@ispras.ru&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Svace static analyzer.
(cherry picked from commit 6f82bffd2df63a4072b3f0483cdbe93ddedb87e9)

Co-authored-by: Alexey Izbyshev &lt;izbyshev@ispras.ru&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777)</title>
<updated>2017-09-27T05:21:47+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-09-27T05:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7c24e99c99c961e6633ac45390a211f65806c687'/>
<id>7c24e99c99c961e6633ac45390a211f65806c687</id>
<content type='text'>
(cherry picked from commit 2b382dd6121bb1e4b75470fb3ef8555665df3eb6)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 2b382dd6121bb1e4b75470fb3ef8555665df3eb6)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31095: fix potential crash during GC (GH-3195)</title>
<updated>2017-09-04T03:31:09+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2017-09-04T03:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2eea952b1b9ebbc2d94fd3faca1536c6b4963725'/>
<id>2eea952b1b9ebbc2d94fd3faca1536c6b4963725</id>
<content type='text'>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-2712). (#2727)</title>
<updated>2017-07-16T04:48:08+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-07-16T04:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a819e5e1e66a1a5f9a7073c8a1ff3c3f304c917b'/>
<id>a819e5e1e66a1a5f9a7073c8a1ff3c3f304c917b</id>
<content type='text'>
(cherry picked from commit 49f6449ef4b81537c19b82329caaf60596c516c2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 49f6449ef4b81537c19b82329caaf60596c516c2)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469)</title>
<updated>2017-05-05T07:40:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-05-05T07:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=39b73dd5131ce205dcee3b9e24ba0fc28934d79c'/>
<id>39b73dd5131ce205dcee3b9e24ba0fc28934d79c</id>
<content type='text'>
It was possible to get a core dump by using uninitialized
_json objects. Now __new__ methods create initialized objects.
__init__ methods are removed..
(cherry picked from commit 76a3e51a403bc84ed536921866c86dd7d07aaa7e)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was possible to get a core dump by using uninitialized
_json objects. Now __new__ methods create initialized objects.
__init__ methods are removed..
(cherry picked from commit 76a3e51a403bc84ed536921866c86dd7d07aaa7e)</pre>
</div>
</content>
</entry>
<entry>
<title>Py_SIZE() was misused for dict.</title>
<updated>2017-01-13T06:37:05+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-13T06:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a6758427fd96741c6a8a1506f933bb0107d2b0a7'/>
<id>a6758427fd96741c6a8a1506f933bb0107d2b0a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py_SIZE() was misused for dict.</title>
<updated>2017-01-13T06:34:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-13T06:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3023ebb43f7607584c3e123aff56e867cb04a418'/>
<id>3023ebb43f7607584c3e123aff56e867cb04a418</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed possible reference leaks in the _json module.</title>
<updated>2017-01-03T09:19:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-03T09:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8d979d576e123c03f0bb92aeb8043b8d7aa57cf7'/>
<id>8d979d576e123c03f0bb92aeb8043b8d7aa57cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed possible reference leaks in the _json module.</title>
<updated>2017-01-03T09:17:44+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-03T09:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=21fe7213455748fa321333d67e3542848bec9630'/>
<id>21fe7213455748fa321333d67e3542848bec9630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26719: More efficient formatting of ints and floats in json.</title>
<updated>2016-04-10T11:43:04+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-04-10T11:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=96cdbe7bc85477c82c64c448c46c2c8b533671bb'/>
<id>96cdbe7bc85477c82c64c448c46c2c8b533671bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
