Skip to content

Commit 43d32d2

Browse files
Pierre-Sassoulasgithub-actions[bot]cdce8ppylint-backport-bot[bot]mharding-hpe
authored
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]>
2 parents c94e0b7 + db2b389 commit 43d32d2

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CONTRIBUTORS.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Contributors
3535
- correctmost <[email protected]>
3636
- Andrew Haigh <[email protected]>
3737
- Julien Cristau <[email protected]>
38-
- David Liu <[email protected]>
3938
- Artem Yurchenko <[email protected]>
39+
- David Liu <[email protected]>
4040
- Alexandre Fayolle <[email protected]>
4141
- Eevee (Alex Munroe) <[email protected]>
4242
- David Gilman <[email protected]>
@@ -72,6 +72,7 @@ Contributors
7272
- Dani Alcala <[email protected]>
7373
- Adrien Di Mascio <[email protected]>
7474
- tristanlatr <[email protected]>
75+
7576
7677
- doranid <[email protected]>
7778
- brendanator <[email protected]>
@@ -87,6 +88,7 @@ Contributors
8788
- Peter Kolbus <[email protected]>
8889
- Omer Katz <[email protected]>
8990
- Moises Lopez <[email protected]>
91+
- Mitch Harding <[email protected]>
9092
- Michal Vasilek <[email protected]>
9193
- Keichi Takahashi <[email protected]>
9294
- Kavins Singh <[email protected]>
@@ -102,16 +104,17 @@ Contributors
102104
- Anthony Sottile <[email protected]>
103105
- Alexander Shadchin <[email protected]>
104106
- wgehalo <[email protected]>
107+
- tejaschauhan36912 <[email protected]>
105108
106109
107110
- plucury <[email protected]>
111+
- pavan-msys <[email protected]>
108112
- ostr00000 <[email protected]>
109113
- noah-weingarden <[email protected]>
110114
- nathannaveen <[email protected]>
111115
- mathieui <[email protected]>
112116
- markmcclain <[email protected]>
113117
- ioanatia <[email protected]>
114-
115118
116119
- adam-grant-hendry <[email protected]>
117120

ChangeLog

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ Release date: TBA
4646

4747
Refs #2765
4848

49-
What's New in astroid 3.3.11?
50-
=============================
51-
Release date: TBA
52-
5349
* Fix a crash when the root of a node is not a module but is unknown.
5450

5551
Closes #2672
5652

53+
54+
What's New in astroid 3.3.11?
55+
=============================
56+
Release date: 2025-07-13
57+
5758
* Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``).
5859

5960
Closes #2734

script/.contributors_aliases.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"mails": [
7373
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
7474
"49699333+dependabot[bot]@users.noreply.github.com",
75-
"41898282+github-actions[bot]@users.noreply.github.com"
75+
"41898282+github-actions[bot]@users.noreply.github.com",
76+
"212256041+pylint-backport-bot[bot]@users.noreply.github.com"
7677
],
7778
"name": "bot"
7879
},
@@ -103,6 +104,10 @@
103104
104105
"name": "David Euresti"
105106
},
107+
108+
"mails": ["[email protected]"],
109+
"name": "grayjk"
110+
},
106111
107112
"mails": ["[email protected]"],
108113
"name": "Hippo91",

0 commit comments

Comments
 (0)