Skip to content
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

Update GDB stubs to 12.1 #11665

Merged
merged 3 commits into from
Mar 31, 2024
Merged

Update GDB stubs to 12.1 #11665

merged 3 commits into from
Mar 31, 2024

Conversation

peace-maker
Copy link
Contributor

Update the gdb stubs to match gdb 12.1 with the help of stubtest. I went through the C implementation of the Python bindings and added and updated the existing stubs to match the reality.

Most importantly the gdb.events and gdb.*Event pattern is cleaned up (#11208) and the Type.keys() and other Mapping[str, Field] methods are available now.

Fixes #11208

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@hauntsaninja hauntsaninja merged commit d3c831c into python:main Mar 31, 2024
43 checks passed
@peace-maker peace-maker deleted the gdb-12.1-stubs branch March 31, 2024 23:40
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.

gdb events are imported incorrectly
2 participants