Hi,
I've begun working on getting the C API documentation up to date: python/cpython#141004. Unfortunately, several parts of the undocumented C API aren't very helpful. For example, there's a bunch of undocumented Py*Iter_Type for the container classes. We don't really want users to start using these, but we can't just remove them either. @encukou and I believe that the best option is to soft-deprecate them.
The list of APIs is available below.