Commit 43d32d2
Merge maintenance into main following 3.3.11 release (#2779)
* [fix] Crash when parsing an empty arbitrary expression with ``extract_node`` (#2736) (#2737)
Closes #2734
(cherry picked from commit 59f36e7)
Co-authored-by: Pierre Sassoulas <[email protected]>
* [fix] Prevent crash on slice decorator for 'six' decorated function (#2738) (#2740)
Closes #2721
(cherry picked from commit 555a128)
Co-authored-by: Pierre Sassoulas <[email protected]>
* [Backport maintenance/3.3.x] Initial fixes for Python 3.14 (#2747) (#2748)
(cherry picked from commit 43111bb)
* Improve backport job permissions (#2750)
(cherry picked from commit fe5bb6c)
* Use custom Github App to authenticate backport job (#2751) (#2752)
(cherry picked from commit a6f8d6a)
Co-authored-by: Marc Mueller <[email protected]>
* Include subclasses of standard property classes as property decorators (#2735)
* Include subclasses of standard property types as property decorators
* Modify astroid.bases and tests.test_nodes to reflect that enum.property was added in Python 3.11, not 3.10
* Apply suggestions from code review
Co-authored-by: Pierre Sassoulas <[email protected]>
---------
Co-authored-by: Pierre Sassoulas <[email protected]>
(cherry picked from commit 30128b7)
* Bump astroid to 3.3.11, update changelog (#2777)
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marc Mueller <[email protected]>
Co-authored-by: pylint-backport-bot[bot] <212256041+pylint-backport-bot[bot]@users.noreply.github.com>
Co-authored-by: Mitch Harding <[email protected]>3 files changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
114 | | - | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
0 commit comments