<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/pyerrors.h, 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>[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135)</title>
<updated>2017-10-26T15:48:48+00:00</updated>
<author>
<name>xdegaye</name>
<email>xdegaye@gmail.com</email>
</author>
<published>2017-10-26T15:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4b27d51222be751125e6800453a39360a2dec11d'/>
<id>4b27d51222be751125e6800453a39360a2dec11d</id>
<content type='text'>
(cherry picked from commit 56d1f5ca32892c7643eb8cee49c40c1644f1abfe)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 56d1f5ca32892c7643eb8cee49c40c1644f1abfe)</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #29058: All stable API extensions added after Python 3.2 are now</title>
<updated>2016-12-27T12:57:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-27T12:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=34d0ac8027e23609e24588735b37b8d5a55f7223'/>
<id>34d0ac8027e23609e24588735b37b8d5a55f7223</id>
<content type='text'>
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising</title>
<updated>2016-10-21T14:09:17+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-21T14:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=467ab194fc6189d9f7310c89937c51abeac56839'/>
<id>467ab194fc6189d9f7310c89937c51abeac56839</id>
<content type='text'>
new exception with setting current exception as __cause__.

_PyErr_FormatFromCause(exception, format, args...) is equivalent to Python

    raise exception(format % args) from sys.exc_info()[1]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new exception with setting current exception as __cause__.

_PyErr_FormatFromCause(exception, format, args...) is equivalent to Python

    raise exception(format % args) from sys.exc_info()[1]
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15767: Use ModuleNotFoundError.</title>
<updated>2016-09-07T23:56:15+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2016-09-07T23:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=46f97b85a8ce9ae67b6e4bc32e94f7827df7bab7'/>
<id>46f97b85a8ce9ae67b6e4bc32e94f7827df7bab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15767: Add ModuleNotFoundError.</title>
<updated>2016-09-07T22:42:32+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2016-09-07T22:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c943265ba56e7ce7e2fe79fdecfc6670e10e5467'/>
<id>c943265ba56e7ce7e2fe79fdecfc6670e10e5467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.</title>
<updated>2015-07-03T05:04:23+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yselivanov@sprymix.com</email>
</author>
<published>2015-07-03T05:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f488fb422a641aa7c38eb63c09f459e4baff7bc4'/>
<id>f488fb422a641aa7c38eb63c09f459e4baff7bc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 0492 -- Coroutines with async and await syntax. Issue #24017.</title>
<updated>2015-05-12T02:57:16+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yselivanov@sprymix.com</email>
</author>
<published>2015-05-12T02:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7544508f0245173bff5866aa1598c8f6cce1fc5f'/>
<id>7544508f0245173bff5866aa1598c8f6cce1fc5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22869: Split pythonrun into two modules</title>
<updated>2014-11-20T11:39:37+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2014-11-20T11:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d600951748d7a19cdb3e58a376c51ed804b630e6'/>
<id>d600951748d7a19cdb3e58a376c51ed804b630e6</id>
<content type='text'>
- interpreter startup and shutdown code moved to a new
  pylifecycle.c module
- Py_OptimizeFlag moved into the new module with the other
  global flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- interpreter startup and shutdown code moved to a new
  pylifecycle.c module
- Py_OptimizeFlag moved into the new module with the other
  global flags
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21715: Extracted shared complicated code in the _io module to new</title>
<updated>2014-10-08T19:32:50+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-10-08T19:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=78184af9b5aaf8699bbf6ed1da4607685a4b96de'/>
<id>78184af9b5aaf8699bbf6ed1da4607685a4b96de</id>
<content type='text'>
_PyErr_ChainExceptions() function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_PyErr_ChainExceptions() function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21715: Extracted shared complicated code in the _io module to new</title>
<updated>2014-10-08T19:31:52+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-10-08T19:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e2bd2a718602bf6d6d607fc9a0b7574a18874847'/>
<id>e2bd2a718602bf6d6d607fc9a0b7574a18874847</id>
<content type='text'>
_PyErr_ChainExceptions() function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_PyErr_ChainExceptions() function.
</pre>
</div>
</content>
</entry>
</feed>
