Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[libclang/python] Add typing annotations for the Cursor class #138103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 16, 2025
Prev Previous commit
Fix code highlighting
  • Loading branch information
DeinAlptraum committed May 16, 2025
commit be6cf0bbab146e1bffe37891351262e9c4826c51
4 changes: 2 additions & 2 deletions 4 clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Clang Python Bindings Potentially Breaking Changes
--------------------------------------------------
- ``Cursor.from_location`` now returns ``None`` instead of a null cursor.
This eliminates the last known source of null cursors.
- Almost all `Cursor` methods now assert that they are called on non-null cursors.
Most of the time null cursors were mapped to `None`,
- Almost all ``Cursor`` methods now assert that they are called on non-null cursors.
Most of the time null cursors were mapped to ``None``,
so no widespread breakages are expected.

What's New in Clang |release|?
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.