This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients alexandre.vassalotti, benjamin.peterson, pitrou, rhettinger, serhiy.storchaka
Date 2016-09-07.17:18:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473268723.52.0.902816696268.issue25856@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-09-07 17:18:43benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, pitrou, alexandre.vassalotti, serhiy.storchaka
2016-09-07 17:18:43benjamin.petersonsetmessageid: <1473268723.52.0.902816696268.issue25856@psf.upfronthosting.co.za>
2016-09-07 17:18:43benjamin.petersonlinkissue25856 messages
2016-09-07 17:18:43benjamin.petersoncreate