Victor Stinner
c82bfd871f
Issue #18664 , #18408 : Rewrite PyErr_WriteUnraisable() to handle errors
...
* Catch PyFile_WriteString() and PyFile_WriteObject() errors
* Clear the current exception on _PyObject_GetAttrId() failure
* Use PyUnicode_CompareWithASCIIString() and PyFile_WriteObject() instead of
_PyUnicode_AsString() and strcmp() to avoid Unicode encoding error. stderr
has a more tolerant error handler than utf-8/strict.
2013-08-26 14:04:10 +02:00
..
2013-07-16 01:54:37 +02:00
2013-07-24 21:02:50 +02:00
2013-07-26 22:50:01 +02:00
2013-08-13 20:18:52 +02:00
2013-08-13 20:18:52 +02:00
2013-07-11 22:50:45 +02:00
2013-03-19 20:18:37 -07:00
2013-08-13 20:18:52 +02:00
2013-07-22 22:08:17 -07:00
2013-06-10 15:38:54 +01:00
2013-08-26 14:04:10 +02:00
2013-07-07 16:35:54 +02:00
2013-06-24 23:34:15 +02:00
2013-03-13 14:06:39 -05:00
2013-07-27 02:41:03 +02:00
2013-03-16 15:38:28 -07:00
2013-06-05 01:18:13 +02:00
2012-12-31 21:37:21 -06:00
2012-11-23 18:48:32 +02:00
2013-03-20 00:39:41 -05:00
2013-08-22 02:23:13 +02:00
2013-07-17 21:53:23 +02:00
2013-07-12 11:04:23 -04:00
2013-08-13 20:18:52 +02:00
2013-08-13 20:18:52 +02:00
2013-05-16 14:37:25 -05:00
2013-07-09 00:32:04 +02:00
2013-07-07 17:18:53 +02:00
2013-08-11 00:30:09 +02:00
2013-06-24 23:37:40 +02:00
2013-07-27 00:33:35 +02:00
2013-08-25 19:48:18 +02:00
2013-08-16 20:49:32 +02:00
2013-08-13 20:18:52 +02:00
2013-07-11 22:49:00 +02:00
2013-08-26 14:01:29 +03:00
2013-07-07 17:17:59 +02:00
2013-07-07 17:17:59 +02:00
2013-07-22 22:24:54 +02:00
2013-07-21 13:29:42 -07:00