mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
4d6c1c476a
* 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()