New submission from Amaury Forgeot d'Arc <amaur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10000>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to