summaryrefslogtreecommitdiff
path: root/tests/pypy2_bugs.txt
blob: 9fd6d84f4b31266120596a3a20fd7441b4551de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Specific bugs that only apply to pypy2

build.cythonize_script
build.cythonize_script_package
run.initial_file_path
run.reduce_pickle
run.final_in_pxd
run.cdef_multiple_inheritance
run.cdef_multiple_inheritance_nodict
run.extstarargs
run.cpython_capi
run.isnot

# pypy 2 seems to be preferring .py files to .so files
# https://foss.heptapod.net/pypy/pypy/issues/3185
run.language_level
run.pure_pxd

# Silly error with doctest matching slightly different string outputs rather than 
# an actual bug but one I can't easily resolve
run.with_gil


# looks like a "when does the GC run?" issue - slightly surprised it's OK on pypy3
memoryview.numpy_memoryview