[issue10000] mark more tests as CPython specific

Amaury Forgeot d'Arc report at bugs.python.org
Thu Sep 30 17:48:15 CEST 2010


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

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.

----------
messages: 117746
nosy: amaury.forgeotdarc
priority: normal
severity: normal
status: open
title: mark more tests as CPython specific

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10000>
_______________________________________


More information about the Python-bugs-list mailing list