New submission from Serhiy Storchaka:

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.

----------
assignee: serhiy.storchaka
components: Tests
files: pypy_tests_gc_collect-2.7.patch
keywords: patch
messages: 250789
nosy: benjamin.peterson, fijall, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Make tests more PyPy compatible
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40475/pypy_tests_gc_collect-2.7.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25130>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to