Skip to content
Merged
7 changes: 5 additions & 2 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Contributors
- correctmost <[email protected]>
- Andrew Haigh <[email protected]>
- Julien Cristau <[email protected]>
- David Liu <[email protected]>
- Artem Yurchenko <[email protected]>
- David Liu <[email protected]>
- Alexandre Fayolle <[email protected]>
- Eevee (Alex Munroe) <[email protected]>
- David Gilman <[email protected]>
Expand Down Expand Up @@ -72,6 +72,7 @@ Contributors
- Dani Alcala <[email protected]>
- Adrien Di Mascio <[email protected]>
- tristanlatr <[email protected]>
- grayjk <[email protected]>
- [email protected] <[email protected]>
- doranid <[email protected]>
- brendanator <[email protected]>
Expand All @@ -87,6 +88,7 @@ Contributors
- Peter Kolbus <[email protected]>
- Omer Katz <[email protected]>
- Moises Lopez <[email protected]>
- Mitch Harding <[email protected]>
- Michal Vasilek <[email protected]>
- Keichi Takahashi <[email protected]>
- Kavins Singh <[email protected]>
Expand All @@ -102,16 +104,17 @@ Contributors
- Anthony Sottile <[email protected]>
- Alexander Shadchin <[email protected]>
- wgehalo <[email protected]>
- tejaschauhan36912 <[email protected]>
- rr- <[email protected]>
- raylu <[email protected]>
- plucury <[email protected]>
- pavan-msys <[email protected]>
- ostr00000 <[email protected]>
- noah-weingarden <[email protected]>
- nathannaveen <[email protected]>
- mathieui <[email protected]>
- markmcclain <[email protected]>
- ioanatia <[email protected]>
- grayjk <[email protected]>
- alm <[email protected]>
- adam-grant-hendry <[email protected]>
- aatle <[email protected]>
Expand Down
9 changes: 5 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ Release date: TBA

Refs #2765

What's New in astroid 3.3.11?
=============================
Release date: TBA

* Fix a crash when the root of a node is not a module but is unknown.

Closes #2672


What's New in astroid 3.3.11?
=============================
Release date: 2025-07-13

* Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``).

Closes #2734
Expand Down
7 changes: 6 additions & 1 deletion script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"mails": [
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
"49699333+dependabot[bot]@users.noreply.github.com",
"41898282+github-actions[bot]@users.noreply.github.com"
"41898282+github-actions[bot]@users.noreply.github.com",
"212256041+pylint-backport-bot[bot]@users.noreply.github.com"
],
"name": "bot"
},
Expand Down Expand Up @@ -103,6 +104,10 @@
"mails": ["[email protected]", "[email protected]"],
"name": "David Euresti"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "grayjk"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Hippo91",
Expand Down