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 rhettinger
Recipients abarry, eric.snow, lig, r.david.murray, rhettinger, zach.ware
Date 2015-10-08.00:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444264671.16.0.446953332576.issue25315@psf.upfronthosting.co.za>
In-reply-to
Content
One other thought:  The purpose of the source links is to help people learn.  It in no way every implies that someone should hack private implementation details.   We have a number of modules that have both a pure python implementation and a replacement with a C accelerator (heapq, counter, bisect, decimal, etc) they are all done in the same way as the OrderedDict.

I believe this report should be re-closed as the OP has consistently adopted unreasonable positions as has been unwilling to accept the responses from the devs volunteering their time to explain the basics of private, non-guaranteed implementation details.
History
Date User Action Args
2015-10-08 00:37:51rhettingersetrecipients: + rhettinger, r.david.murray, eric.snow, zach.ware, abarry, lig
2015-10-08 00:37:51rhettingersetmessageid: <1444264671.16.0.446953332576.issue25315@psf.upfronthosting.co.za>
2015-10-08 00:37:51rhettingerlinkissue25315 messages
2015-10-08 00:37:50rhettingercreate