diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-08 22:49:04 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-08 22:49:04 (GMT) |
commit | 4d6c1c476aee975867c5375f9fc175f69d4b6266 (patch) | |
tree | 9cc8d4268113b7062f8c5390d9bff9f54e16ffd9 /Doc/includes | |
parent | db536afee14ebd2b74488313e1b1db5cd17fefdc (diff) | |
download | cpython-4d6c1c476aee975867c5375f9fc175f69d4b6266.zip cpython-4d6c1c476aee975867c5375f9fc175f69d4b6266.tar.gz cpython-4d6c1c476aee975867c5375f9fc175f69d4b6266.tar.bz2 |
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()
Diffstat (limited to 'Doc/includes')
0 files changed, 0 insertions, 0 deletions