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 bkabrda, serhiy.storchaka, vstinner
Date 2014-12-10.22:40:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Why do you check hasattr(sys, 'getrefcount') in test_io.py, but hasattr(sys, 'getcounts') in all other tests?
History
Date User Action Args
2014-12-10 22:40:04serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, bkabrda
2014-12-10 22:40:04serhiy.storchakasetmessageid: <[email protected]>
2014-12-10 22:40:04serhiy.storchakalinkissue19527 messages
2014-12-10 22:40:04serhiy.storchakacreate