]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3080: find_module() initialize buf and *p_fp
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 12 Mar 2011 13:45:02 +0000 (08:45 -0500)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 12 Mar 2011 13:45:02 +0000 (08:45 -0500)
commit7d8b77c2aa3a64003210354bd76cea33534af87a
tree392f4ec3c12e57f35b841c0ed9ec7d4dd55f6a00
parentfefd70c40d16b779a4c378a795b5577470af07d8
Issue #3080: find_module() initialize buf and *p_fp

Document also the find_module() function
Python/import.c