Skip to content

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

@github-actions
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
@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