Message169304
Line 13464 of unicodeobject.c is
if (Py_TYPE(args)->tp_as_mapping && !PyTuple_Check(args) &&
!PyUnicode_Check(args))
Too lazy to check, but don't user-created types have a tp_as_mapping? If so, I think it mistakes Foo() for a dict. |
|
| Date |
User |
Action |
Args |
| 2012-08-28 21:27:59 | Mike.Graham | set | recipients:
+ Mike.Graham, alex, r.david.murray, eallik |
| 2012-08-28 21:27:59 | Mike.Graham | set | messageid: <[email protected]> |
| 2012-08-28 21:27:59 | Mike.Graham | link | issue15801 messages |
| 2012-08-28 21:27:59 | Mike.Graham | create | |
|