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 benjamin.peterson, fijall, serhiy.storchaka
Date 2015-09-15.18:15:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442340924.34.0.752221775968.issue25130@psf.upfronthosting.co.za>
In-reply-to
Content
PyPy includes modified Python 2.7 tests for testing compatibility. Some of changes skips tests for features that are not implemented in PyPy or are CPython specific, some reflects differences between error types or messages in CPython and PyPy, some are needed because PyPy doesn't use reference counting, some are workarounds for known PyPy or CPython bugs. The purpose of this issue is to port harmless non PyPy-specific changes. I'll split full patch on several parts for easier review.

The first patch in a series just adds gc.collect() or test.test_support.gc_collect() calls to force calling destructors or freeing memory.
History
Date User Action Args
2015-09-15 18:15:25serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, fijall
2015-09-15 18:15:24serhiy.storchakasetmessageid: <1442340924.34.0.752221775968.issue25130@psf.upfronthosting.co.za>
2015-09-15 18:15:24serhiy.storchakalinkissue25130 messages
2015-09-15 18:15:23serhiy.storchakacreate