Victor Stinner
2e8474ddde
Issue #18408 : slot_tp_str() must not fallback on slot_tp_repr() on error
...
type->tp_str must not point to slot_tp_str() if type has no __str__ attribute,
so there is no reason for slot_tp_str() to fallback on slot_tp_str() on lookup
error. Moreover, calling PyErr_Clear() may hide a real bug like MemoryError.
If __str__ attribute is removed, slots must be updated (which is done by
type_setattro()).
2013-07-11 22:46:11 +02:00
..
2013-05-17 18:22:31 -05:00
2013-07-07 17:22:41 +02:00
2012-03-22 14:38:16 +01:00
2012-11-03 23:08:27 +01:00
2012-01-08 16:22:46 +01:00
2013-02-10 17:43:25 +02:00
2010-08-11 17:31:17 +00:00
2012-09-10 02:45:56 +02:00
2012-07-26 22:23:23 +02:00
2013-04-17 23:02:17 +02:00
2013-05-08 00:44:15 +02:00
2012-06-24 21:03:45 +02:00
2013-07-08 22:19:20 +02:00
2012-04-03 10:49:41 +00:00
2013-07-04 17:51:50 -04:00
2013-06-25 00:37:25 +02:00
2013-06-04 23:14:37 +02:00
2013-06-04 23:14:37 +02:00
2012-02-19 20:02:57 -05:00
2013-05-14 20:37:52 +02:00
2013-06-04 23:02:46 +02:00
2013-07-08 22:20:44 +02:00
2013-06-04 23:14:37 +02:00
2013-02-19 13:44:49 +01:00
2013-04-11 21:02:20 +02:00
2013-05-04 13:56:58 -04:00
2013-06-05 00:13:51 +02:00
2013-07-07 02:05:46 +02:00
2013-07-09 00:44:43 +02:00
2012-11-17 19:18:10 +00:00
2013-06-18 23:28:18 +02:00
2012-11-17 19:18:10 +00:00
2012-08-19 11:20:41 +02:00
2013-06-24 23:59:24 +02:00
2013-07-11 22:46:11 +02:00
2011-05-31 20:52:17 -05:00
2011-05-31 20:52:17 -05:00
2012-01-15 21:33:32 -05:00
2013-07-09 00:37:24 +02:00
2012-09-29 13:47:39 -04:00
2013-04-13 15:45:44 +01:00