Similar to #2187, the Wiki also contains outdated code: The [Threading](https://github.com/pythonnet/pythonnet/wiki/Threading) page is still using `PythonEngine.ImportModule()`. There might be other pages that are outdated, like [Loading Python file in .NET and Call function](https://github.com/pythonnet/pythonnet/wiki/Loading-Python-file-in-.NET-and-Call-function) where `Py.GIL()` is not inside a `using`. I'm unsure if this is still correct. I've also seen various code snippets where the new `Runtime.DLL` requirement is absent, most notably in the [README](https://github.com/pythonnet/pythonnet/blob/ea059ca0aeec4cdad490c1a68c783908dd879607/README.rst?plain=1#L86) and the [documentation](https://pythonnet.github.io/pythonnet/dotnet.html).