Message274842
I don't understand this code:
type->tp_dict && PyDict_Check(type->tp_dict)
since the code explicitly assume it's not NULL and access it as a dict earlier in the function |
|
Date |
User |
Action |
Args |
2016-09-07 17:18:43 | benjamin.peterson | set | recipients:
+ benjamin.peterson, rhettinger, pitrou, alexandre.vassalotti, serhiy.storchaka |
2016-09-07 17:18:43 | benjamin.peterson | set | messageid: <1473268723.52.0.902816696268.issue25856@psf.upfronthosting.co.za> |
2016-09-07 17:18:43 | benjamin.peterson | link | issue25856 messages |
2016-09-07 17:18:43 | benjamin.peterson | create | |
|