Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: python3 compat for inspector code generator
The code generator takes a dict and turns it into a namedtuple. The dict contains the key "async", which is a keyword in python 3.7, and rejected by the namedtuple constructor. Rename it to "async_" to avoid the clash. Fixes: #29326
- Loading branch information