Skip to content

Fix a bug in getExtInfoList#26

Merged
Tobias-Kohn merged 2 commits intoTobias-Kohn:masterfrom
neilccbrown:master
May 1, 2026
Merged

Fix a bug in getExtInfoList#26
Tobias-Kohn merged 2 commits intoTobias-Kohn:masterfrom
neilccbrown:master

Conversation

@neilccbrown
Copy link
Copy Markdown
Contributor

I noticed a bug where when we called getExtInfoList, the name of some class functions would be "". On closer inspection this was the case when the .pyi had two definitions listed for a function with a @overload tag. I think TigerPython generalised it from a function type to an any type, and then it would use as the name of the item rather than the function name like it did for function types. This is really a three-line change, and I also adjusted the tests to test for this. I took the liberty of rolling a new release after the change.

@Tobias-Kohn Tobias-Kohn merged commit 3554920 into Tobias-Kohn:master May 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants