[issue14578] importlib doesn't check Windows registry for paths
Brett Cannon
report at bugs.python.org
Sun Apr 15 00:17:25 CEST 2012
Brett Cannon <brett at python.org> added the comment:
You could just expose it, but on Windows I believe all extension modules are builtins, so you should be able to properly use _winreg to get at the registry and thus not require keeping the C code around.
But that's just a guess.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14578>
_______________________________________
More information about the Python-bugs-list
mailing list