changelog: ensure that nodecache is valid (
issue3428)
This ensures that an out-of-process hook can see an incoming changegroup.
parsers: change the type of nt_level
We should generally prefer Py_ssize_t whenever we are talking about
lengths.
parsers: change the type signature of hexdigit
An upcoming change will make use of this.