Keeping old underscored names

Underscored names being private is a long established design pattern in C libraries.

But… It doesn’t help that we introduce at least some APIs where users are supposed to use an underscored name. See PEP 684: A Per-Interpreter GIL - #64 by bsteffensmeier.