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 serhiy.storchaka
Recipients Arfrever, eli.bendersky, ezio.melotti, martin.panter, serhiy.storchaka
Date 2015-03-21.10:23:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426933382.34.0.277074984001.issue19176@psf.upfronthosting.co.za>
In-reply-to
Content
Looks as there is yet one difference in the behavior of Python and C implementations. In Python implementation either self.target.doctype or self.doctype are called. But in C implementation both are called.
History
Date User Action Args
2015-03-21 10:23:02serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, Arfrever, eli.bendersky, martin.panter
2015-03-21 10:23:02serhiy.storchakasetmessageid: <1426933382.34.0.277074984001.issue19176@psf.upfronthosting.co.za>
2015-03-21 10:23:02serhiy.storchakalinkissue19176 messages
2015-03-21 10:23:02serhiy.storchakacreate