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 abarry
Recipients abarry, brett.cannon, ncoghlan, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-06-04.22:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465079488.08.0.130424196576.issue27137@psf.upfronthosting.co.za>
In-reply-to
Content
New patch, now almost all the tests that are used for the C version are also used for the Python version (the only exception is the one checking that trying to change/delete attributes would raise an error). Some tests needed a bit of tweaking to work with the implementation details of both versions, but now all of the tests pass (even the pickle one, which I found how to make it pass while working on #27220).
History
Date User Action Args
2016-06-04 22:31:28abarrysetrecipients: + abarry, brett.cannon, rhettinger, ncoghlan, vstinner, serhiy.storchaka, xiang.zhang
2016-06-04 22:31:28abarrysetmessageid: <1465079488.08.0.130424196576.issue27137@psf.upfronthosting.co.za>
2016-06-04 22:31:28abarrylinkissue27137 messages
2016-06-04 22:31:28abarrycreate