<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python, branch fix-namedexpr-comment</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>The comment in ast_for_namedexpr shouldn't include if_stmt</title>
<updated>2019-12-13T03:10:32+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2019-12-13T03:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=71c9293e7de6880982dadf10228ff631f2ab6013'/>
<id>71c9293e7de6880982dadf10228ff631f2ab6013</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582)</title>
<updated>2019-12-12T21:40:21+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2019-12-12T21:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=025a602af7ee284d8db6955c26016f3f27d35536'/>
<id>025a602af7ee284d8db6955c26016f3f27d35536</id>
<content type='text'>
When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with the "if" node.


https://bugs.python.org/issue39031



Automerge-Triggered-By: @pablogsal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with the "if" node.


https://bugs.python.org/issue39031



Automerge-Triggered-By: @pablogsal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540)</title>
<updated>2019-12-09T19:05:39+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-12-09T19:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b8cbe74c3498c617f0e73fd0cdc5c07f2c532092'/>
<id>b8cbe74c3498c617f0e73fd0cdc5c07f2c532092</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534)</title>
<updated>2019-12-09T16:34:02+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-09T16:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a1a99b4bb7cbe2dbc55a1d92c3c509b4466d3c3b'/>
<id>a1a99b4bb7cbe2dbc55a1d92c3c509b4466d3c3b</id>
<content type='text'>
In Python 3.9.0a1, sys.argv[0] was made an asolute path if a filename
was specified on the command line. Revert this change, since most
users expect sys.argv to be unmodified.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.9.0a1, sys.argv[0] was made an asolute path if a filename
was specified on the command line. Revert this change, since most
users expect sys.argv to be unmodified.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512)</title>
<updated>2019-12-08T20:55:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-08T20:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=080ee5a88406fb68aaab741145cd5d2a7c5f2ad6'/>
<id>080ee5a88406fb68aaab741145cd5d2a7c5f2ad6</id>
<content type='text'>
bpo-38858, bpo-38997: _PySys_Create() returns a strong reference to
the sys module: Py_DECREF() is needed when we are done with the
module.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bpo-38858, bpo-38997: _PySys_Create() returns a strong reference to
the sys module: Py_DECREF() is needed when we are done with the
module.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)</title>
<updated>2019-12-08T11:35:59+00:00</updated>
<author>
<name>AMIR</name>
<email>31338382+amiremohamadi@users.noreply.github.com</email>
</author>
<published>2019-12-08T11:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=28c91631c24e53713ad0e8a2bbae716373f5e53d'/>
<id>28c91631c24e53713ad0e8a2bbae716373f5e53d</id>
<content type='text'>
now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. 


https://bugs.python.org/issue38979



Automerge-Triggered-By: @asvetlov</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. 


https://bugs.python.org/issue38979



Automerge-Triggered-By: @asvetlov</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38852: Set thread stack size to 8 Mb for debug builds on android platforms (GH-17337)</title>
<updated>2019-12-08T07:40:14+00:00</updated>
<author>
<name>xdegaye</name>
<email>xdegaye@gmail.com</email>
</author>
<published>2019-12-08T07:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=00ada2c1d57c5b8b468bad32ff24fa14113ae5c7'/>
<id>00ada2c1d57c5b8b468bad32ff24fa14113ae5c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483)</title>
<updated>2019-12-06T02:37:07+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-06T02:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d863ade0c7fa4826e8b71aa467809c83a711f019'/>
<id>d863ade0c7fa4826e8b71aa467809c83a711f019</id>
<content type='text'>
Add a new pycore_interp_init() function called by new_interpreter()
and pyinit_config().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new pycore_interp_init() function called by new_interpreter()
and pyinit_config().</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)</title>
<updated>2019-12-06T01:43:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-06T01:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=81fe5bd3d78f9bb955f8255404d99df27a31c36a'/>
<id>81fe5bd3d78f9bb955f8255404d99df27a31c36a</id>
<content type='text'>
new_interpreter() now calls _PySys_Create() to create a new sys
module isolated from the main interpreter. It now calls
_PySys_InitCore() and _PyImport_FixupBuiltin().

init_interp_main() now calls _PySys_InitMain().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new_interpreter() now calls _PySys_Create() to create a new sys
module isolated from the main interpreter. It now calls
_PySys_InitCore() and _PyImport_FixupBuiltin().

init_interp_main() now calls _PySys_InitMain().</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable in Python/pylifecycle.c (GH-17475)</title>
<updated>2019-12-05T16:18:27+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-12-05T16:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4da44000843824d4231901c3cf28b604e79df456'/>
<id>4da44000843824d4231901c3cf28b604e79df456</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
