<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/sysmodule.c, branch zooba-patch-1</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>[2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234)</title>
<updated>2018-12-19T15:11:02+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-12-19T15:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=89b5ea297d67f5efeb8fca0b63fa3d9f7030b2f0'/>
<id>89b5ea297d67f5efeb8fca0b63fa3d9f7030b2f0</id>
<content type='text'>
In _localemodule.c and selectmodule.c, remove dead code that would
cause double decrefs if run.

In addition, replace PyList_SetItem() with PyList_SET_ITEM() in cases
where a new list is populated and there is no possibility of an error.

In addition, check if the list changed size in the loop in array_array_fromlist().
(cherry picked from commit 99d56b53560b3867844472ae381fb3f858760621)

Co-authored-by: Zackery Spytz &lt;zspytz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In _localemodule.c and selectmodule.c, remove dead code that would
cause double decrefs if run.

In addition, replace PyList_SetItem() with PyList_SET_ITEM() in cases
where a new list is populated and there is no possibility of an error.

In addition, check if the list changed size in the loop in array_array_fromlist().
(cherry picked from commit 99d56b53560b3867844472ae381fb3f858760621)

Co-authored-by: Zackery Spytz &lt;zspytz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27593: Get SCM build info from git instead of hg (#1327)</title>
<updated>2017-05-02T14:55:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-05-02T14:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2c7085fd7b00cba8b5ab258c62453b6a12418b73'/>
<id>2c7085fd7b00cba8b5ab258c62453b6a12418b73</id>
<content type='text'>
Based on commit 5c4b0d063aba0a68c325073f5f312a2c9f40d178 by Ned
Deily, which is based on original patches by Brett Cannon and Steve
Dower.

Remove also the private _Py_svnversion() function and SVNVERSION
variable.

Note: Py_SubversionRevision() and Py_SubversionShortBranch() are
unchanged, they are part of the public API.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on commit 5c4b0d063aba0a68c325073f5f312a2c9f40d178 by Ned
Deily, which is based on original patches by Brett Cannon and Steve
Dower.

Remove also the private _Py_svnversion() function and SVNVERSION
variable.

Note: Py_SubversionRevision() and Py_SubversionShortBranch() are
unchanged, they are part of the public API.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28616: Correct help for sys.version_info releaselevel component.</title>
<updated>2016-11-04T21:05:59+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@python.org</email>
</author>
<published>2016-11-04T21:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0caaa6c94d39d44db98f55f4f03d1f91f9c260af'/>
<id>0caaa6c94d39d44db98f55f4f03d1f91f9c260af</id>
<content type='text'>
Patch by Anish Tambe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Anish Tambe.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22193: Fixed integer overflow error in sys.getsizeof().</title>
<updated>2014-11-15T11:21:01+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-11-15T11:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f9b2aa2efed3374df55fe945922f67a322a5d695'/>
<id>f9b2aa2efed3374df55fe945922f67a322a5d695</id>
<content type='text'>
Fixed an error in _PySys_GetSizeOf declaration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed an error in _PySys_GetSizeOf declaration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22193: Added private function _PySys_GetSizeOf() needed to implement</title>
<updated>2014-08-14T19:20:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-08-14T19:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c95f51a9530440826d6cd8984183eaae8b4bb84c'/>
<id>c95f51a9530440826d6cd8984183eaae8b4bb84c</id>
<content type='text'>
some __sizeof__() methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some __sizeof__() methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20437: Fixed 43 potential bugs when deleting objects references.</title>
<updated>2014-02-09T11:14:04+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-09T11:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=98a9722e4a82b5f7dc0411233bbec892a02c7667'/>
<id>98a9722e4a82b5f7dc0411233bbec892a02c7667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16404: Add checks for return value of PyInt_FromLong() in</title>
<updated>2013-12-17T13:09:45+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-12-17T13:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15df36bb14e35489d841898069e3878f2144e48e'/>
<id>15df36bb14e35489d841898069e3878f2144e48e</id>
<content type='text'>
sys.getwindowsversion() and ossaudiodev.setparameters().
Reported by Ned Batchelder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sys.getwindowsversion() and ossaudiodev.setparameters().
Reported by Ned Batchelder.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed leak in sys.flags initialization.</title>
<updated>2013-12-17T12:59:29+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-12-17T12:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0585418b0d50755500587a887f3a901f8149cd00'/>
<id>0585418b0d50755500587a887f3a901f8149cd00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#18839: document that sys.exit() will not accept a non-integer numeric value as exit status.</title>
<updated>2013-08-26T11:00:39+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-08-26T11:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=08350fb639a54b8977784f09ee1741441650724f'/>
<id>08350fb639a54b8977784f09ee1741441650724f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 2.6 with hash randomization fix</title>
<updated>2012-02-21T02:44:56+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2012-02-21T02:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aee9dfba4a9230f2832dd69d67e92f8e0490a163'/>
<id>aee9dfba4a9230f2832dd69d67e92f8e0490a163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
