Commit c99a5ae
committed
Add HAS_WEAKREF to array, deque, _grouper; remove expectedFailure markers
- Add HAS_WEAKREF to PyArray and PyDeque (matches CPython)
- Add HAS_WEAKREF to PyItertoolsGrouper (internal use by groupby)
- Remove 6 expectedFailure markers from test_dataclasses for weakref/slots
tests that now pass1 parent eb96090 commit c99a5ae
File tree
4 files changed
+3
-9
lines changed- Lib/test/test_dataclasses
- crates
- stdlib/src
- vm/src/stdlib
4 files changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3672 | 3672 | | |
3673 | 3673 | | |
3674 | 3674 | | |
3675 | | - | |
3676 | 3675 | | |
3677 | 3676 | | |
3678 | 3677 | | |
| |||
3687 | 3686 | | |
3688 | 3687 | | |
3689 | 3688 | | |
3690 | | - | |
3691 | 3689 | | |
3692 | 3690 | | |
3693 | 3691 | | |
| |||
3748 | 3746 | | |
3749 | 3747 | | |
3750 | 3748 | | |
3751 | | - | |
3752 | 3749 | | |
3753 | 3750 | | |
3754 | 3751 | | |
| |||
3767 | 3764 | | |
3768 | 3765 | | |
3769 | 3766 | | |
3770 | | - | |
3771 | 3767 | | |
3772 | 3768 | | |
3773 | 3769 | | |
| |||
3785 | 3781 | | |
3786 | 3782 | | |
3787 | 3783 | | |
3788 | | - | |
3789 | 3784 | | |
3790 | 3785 | | |
3791 | 3786 | | |
| |||
3830 | 3825 | | |
3831 | 3826 | | |
3832 | 3827 | | |
3833 | | - | |
3834 | 3828 | | |
3835 | 3829 | | |
3836 | 3830 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| |||
0 commit comments