commit | 4d6c1c476aee975867c5375f9fc175f69d4b6266 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 08 23:49:04 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 08 23:49:04 2011 +0100 |
tree | 9cc8d4268113b7062f8c5390d9bff9f54e16ffd9 | |
parent | db536afee14ebd2b74488313e1b1db5cd17fefdc [diff] |
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()