Commit Graph

8 Commits

Author SHA1 Message Date
Shahar Naveh
3c01be29c4 Update some tests to 3.13.7 (#6171)
* Update `test_call.py` from 3.13.7

* Update `test_yield_from.py` from 3.13.7

* Update more tests to 3.13.7

* More tests to 3.13.7

* Remove patch from passing test
2025-09-21 19:33:41 +09:00
ChenyG
dc4f6994fb Support slice hash (#5123)
* make slice object hashable

* Update test_slice.py from CPython v3.12

* remove TODO

* remove outdated tests
2023-11-25 13:11:17 +09:00
yyun-d
e49d7118b8 fix test_pickle in test_slice
Signed-off-by: yyun-d <yeo1998@naver.com>
2021-11-20 18:59:59 +09:00
Robert Booth
67bf977036 slice: error on negative integers in indices method 2021-05-02 01:54:53 +09:00
Padraic Fanning
292170b74c Unskip test in test_slice 2021-02-25 23:04:01 -05:00
Padraic Fanning
c9090ce197 Explain test_pickle skip 2021-02-07 22:06:41 -05:00
Robert Booth
00feca2a9a skip/fail tests in test_slice 3.8.7 2021-01-25 15:08:25 +09:00
Robert Booth
2d62aad793 test_slice from 3.8.7 2021-01-25 15:04:29 +09:00