<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/traceback.h, 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>bpo-35134: Split traceback.h header (GH-13430)</title>
<updated>2019-05-19T22:14:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2019-05-19T22:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ed48866c55b8e4ee14faa8b5ad97819e8e74c98b'/>
<id>ed48866c55b8e4ee14faa8b5ad97819e8e74c98b</id>
<content type='text'>
Add new Include/cpython/traceback.h and Include/internal/traceback.h
header files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new Include/cpython/traceback.h and Include/internal/traceback.h
header files.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26900: Excluded underscored names and other private API from limited API.</title>
<updated>2016-09-11T08:03:14+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-11T08:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9fab79bcb5b83dc0247ce4cd60486341c73e7fd5'/>
<id>9fab79bcb5b83dc0247ce4cd60486341c73e7fd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().</title>
<updated>2016-05-01T10:07:14+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-05-01T10:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b608196b20483ef69fab0383e61d3e53aed04ece'/>
<id>b608196b20483ef69fab0383e61d3e53aed04ece</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().</title>
<updated>2016-05-01T10:06:43+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-05-01T10:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f5f37d784b4e3f0362291cad6155a19cdfffcb57'/>
<id>f5f37d784b4e3f0362291cad6155a19cdfffcb57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23848: Expose _Py_DumpHexadecimal()</title>
<updated>2016-03-23T09:32:26+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-03-23T09:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bd31b7c48317eecf981215afbb1f30c81769acbf'/>
<id>bd31b7c48317eecf981215afbb1f30c81769acbf</id>
<content type='text'>
This function will be reused by faulthandler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function will be reused by faulthandler.
</pre>
</div>
</content>
</entry>
<entry>
<title>faulthandler now works in non-Python threads</title>
<updated>2016-03-16T21:45:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-03-16T21:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=861d9abfcf6a4a34790e4edc5e440a68534137e1'/>
<id>861d9abfcf6a4a34790e4edc5e440a68534137e1</id>
<content type='text'>
Issue #26563:

* Add _PyGILState_GetInterpreterStateUnsafe() function: the single
  PyInterpreterState used by this process' GILState implementation.
* Enhance _Py_DumpTracebackThreads() to retrieve the interpreter state from
  autoInterpreterState in last resort. The function now accepts NULL for interp
  and current_tstate parameters.
* test_faulthandler: fix a ResourceWarning when test is interrupted by CTRL+c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #26563:

* Add _PyGILState_GetInterpreterStateUnsafe() function: the single
  PyInterpreterState used by this process' GILState implementation.
* Enhance _Py_DumpTracebackThreads() to retrieve the interpreter state from
  autoInterpreterState in last resort. The function now accepts NULL for interp
  and current_tstate parameters.
* test_faulthandler: fix a ResourceWarning when test is interrupted by CTRL+c
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance and rewrite traceback dump C functions</title>
<updated>2016-03-15T20:49:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-03-15T20:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=89e7cdcb9c124a01c5c3a69e086a0e8b26e65545'/>
<id>89e7cdcb9c124a01c5c3a69e086a0e8b26e65545</id>
<content type='text'>
Issue #26564:

* Expose _Py_DumpASCII() and _Py_DumpDecimal() in traceback.h
* Change the type of the second _Py_DumpASCII() parameter from int to unsigned
  long
* Rewrite _Py_DumpDecimal() and dump_hexadecimal() to write directly characters
  in the expected order, avoid the need of reversing the string.
* dump_hexadecimal() limits width to the size of the buffer
* _Py_DumpASCII() does nothing if the object is not a Unicode string
* dump_frame() wrtites "???" as the line number if the line number is negative
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #26564:

* Expose _Py_DumpASCII() and _Py_DumpDecimal() in traceback.h
* Change the type of the second _Py_DumpASCII() parameter from int to unsigned
  long
* Rewrite _Py_DumpDecimal() and dump_hexadecimal() to write directly characters
  in the expected order, avoid the need of reversing the string.
* dump_hexadecimal() limits width to the size of the buffer
* _Py_DumpASCII() does nothing if the object is not a Unicode string
* dump_frame() wrtites "???" as the line number if the line number is negative
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.</title>
<updated>2015-06-21T12:59:46+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-06-21T12:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=73c95f194975a9a6226f3f6fd87352e7337a20dd'/>
<id>73c95f194975a9a6226f3f6fd87352e7337a20dd</id>
<content type='text'>
Patch by Michael Ensslin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Michael Ensslin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.</title>
<updated>2014-10-08T18:00:09+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-10-08T18:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0ddbf4795f40d2d3386dc56ffa264b50a015f6c9'/>
<id>0ddbf4795f40d2d3386dc56ffa264b50a015f6c9</id>
<content type='text'>
Initial patch by Mark Shannon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial patch by Mark Shannon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame</title>
<updated>2011-04-01T13:34:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-04-01T13:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fcb88c45030c5480ca184a2911bd3f9357b323d5'/>
<id>fcb88c45030c5480ca184a2911bd3f9357b323d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
