From reading the python FAQ, I know that PYD files are basically equivalent to DLLs (with the exception of the required init function, and the way python looks for the module).
So, I would like to rename a PYD file I made to the DLL extension, and have Python load it as a "DLL." I want to do...