CPython developers
|
5b18683240
|
Update list/tuple tests from CPython 3.10.5
|
2022-07-18 02:32:42 +09:00 |
|
JaeHyung Jang
|
9757c8244f
|
Setitem error have type name (#3770)
|
2022-06-11 16:48:07 +09:00 |
|
Kangzhi Shi
|
10020a910c
|
mark fail tests
|
2022-03-12 16:12:12 +09:00 |
|
snowapril
|
aac16f122e
|
test: remove expectedFailure annotations
By implement general PyReverseSequenceIterator and make PyStr to use it,
now three tests fixed.
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-08-19 19:09:23 +09:00 |
|
jfh
|
0c764291fd
|
Add __length_hint__, __setstate__, __reduce__ for tuple iterator.
|
2021-07-21 22:55:54 +03:00 |
|
Padraic Fanning
|
dc1f47da59
|
Unskip test_hash_exact
|
2021-02-08 20:43:45 -05:00 |
|
Jeong YunWon
|
52e8342e91
|
unksip test_tuple.py
|
2020-11-12 11:30:33 +09:00 |
|
clemado1
|
6523abcac1
|
Fix error message in objsequence.get_item
|
2020-08-12 23:21:03 +09:00 |
|
clemado1
|
2733b4dfa1
|
Fix objtuple.tp_new so that return cloned when a parameter is tuple
|
2020-08-09 16:37:34 +09:00 |
|
Aviv Palivoda
|
e1e95ffc1a
|
Mark unsupported tests
|
2020-02-22 14:08:18 +02:00 |
|
Aviv Palivoda
|
87e1084161
|
Add test_tuple from CPython 3.8
|
2020-02-22 14:02:19 +02:00 |
|