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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2010-09-30.15:48:13
SpamBayes Score 9.224527e-05
Marked as misclassified No
Message-id <1285861695.5.0.301447830736.issue10000@psf.upfronthosting.co.za>
In-reply-to
Content
When porting pypy to 2.7, we found that many tests actually exercise features specific to CPython, either the garbage collector, or the precise memory layout (__sizeof__).
They should be marked as such, and skipped when run with pypy.
History
Date User Action Args
2010-09-30 15:48:15amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2010-09-30 15:48:15amaury.forgeotdarcsetmessageid: <1285861695.5.0.301447830736.issue10000@psf.upfronthosting.co.za>
2010-09-30 15:48:14amaury.forgeotdarclinkissue10000 messages
2010-09-30 15:48:13amaury.forgeotdarccreate