jinnarajin
|
050f0bd0ad
|
weakref.__reversed__ fixed (#4780)
|
2023-05-19 23:43:07 +09:00 |
|
jyj
|
afffb13902
|
Add Hash of WeakProxy for test\test_Weakref.py's "test_proxy_hash "
Fix Hash of WeakProxy : remove "?" ending of the code
Fix weakproxy.rs for test_proxy_hash to solve error
|
2023-03-26 12:12:38 +09:00 |
|
jyj
|
95f3c0d69d
|
Add Iter of WeakProxy for test\test_weakref.py's "test_proxy_next"
|
2023-03-26 11:32:36 +09:00 |
|
Jeong YunWon
|
bad1c6f0b8
|
adjust filaing test markers
|
2022-07-25 04:10:59 +09:00 |
|
CPython developers
|
1d92f78b4c
|
Update test_weakref from CPython 3.10.5
|
2022-07-25 04:10:59 +09:00 |
|
Karatus
|
3664986629
|
Fix weakref richcompare (#3913)
Co-Authored-By: Kim, Yeonwoo <oow214@gmail.com>
|
2022-07-18 20:59:46 +09:00 |
|
Kim, YeonWoo
|
4ac218f90e
|
Add weakproxy bytes
|
2022-07-16 14:34:28 +09:00 |
|
Kim, YeonWoo
|
27884e2d5f
|
Add weakproxy bool
|
2022-07-16 13:47:35 +09:00 |
|
Kim, YeonWoo
|
21a7369953
|
Add weakproxy mapping
|
2022-07-15 00:49:20 +09:00 |
|
Dean Li
|
14727e6432
|
test: mark win32 failure test
|
2021-11-29 21:03:03 +08:00 |
|
Noa
|
2a87b893fb
|
Reuse standard no-cb weakref
|
2021-11-15 16:08:47 -06:00 |
|
Noa
|
f9d9a1e15e
|
Implement weakref._remove_dead_weakref
|
2021-11-15 16:08:47 -06:00 |
|
Noa
|
ec0a658d20
|
Implement weakref.getweakrefs
|
2021-11-15 16:08:47 -06:00 |
|
Noa
|
e51cb82ff0
|
Unskip tests
|
2021-11-15 16:08:46 -06:00 |
|
jfh
|
103195b277
|
Remove Python gc stub, add rust stub.
|
2021-10-21 19:56:20 +03:00 |
|
Padraic Fanning
|
abead8c553
|
Skip doctests
|
2021-07-10 11:48:57 -04:00 |
|
Padraic Fanning
|
245869b01f
|
Mark erroring/failing tests
|
2021-07-09 23:55:41 -04:00 |
|
Padraic Fanning
|
911b2b61d1
|
Skip panicking tests
|
2021-07-09 23:22:42 -04:00 |
|
Padraic Fanning
|
f4011b1662
|
Add test_weakref from CPython 3.8
|
2021-07-09 23:22:41 -04:00 |
|