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 abarry, ncoghlan, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-05-28.07:33:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464420796.11.0.287851600586.issue27137@psf.upfronthosting.co.za>
In-reply-to
Content
If the Python implementation is just a rough example, and the functools module always require the _functools module, exact behavior of the Python implementation is not very important, as well as its performance. If the functools module can be used without C implementation, Python implementation is just not completely compatible.
History
Date User Action Args
2016-05-28 07:33:16serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, vstinner, xiang.zhang, abarry
2016-05-28 07:33:16serhiy.storchakasetmessageid: <1464420796.11.0.287851600586.issue27137@psf.upfronthosting.co.za>
2016-05-28 07:33:16serhiy.storchakalinkissue27137 messages
2016-05-28 07:33:15serhiy.storchakacreate