Victor Stinner 4d6c1c476a Issue #3080: _PyWin_FindRegisteredModule() returns the path as Unicode
* Document the function
 * Use RegQueryValueW() instead of RegQueryValueA()
 * Use _Py_fopen() instead of fopen()
 * Allocate registry key on the heap, not on the stack, and handle memory
   allocation failure
 * Handle Python exception in find_module()
2011-03-08 23:49:04 +01:00
..
2011-03-15 05:59:46 +02:00
2011-03-16 11:38:59 +02:00
2011-03-16 11:35:38 +02:00
2011-03-15 06:03:08 +02:00
2011-03-16 11:35:38 +02:00