]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3080: Remove useless name buffer from find_module()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 12 Mar 2011 14:26:54 +0000 (09:26 -0500)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 12 Mar 2011 14:26:54 +0000 (09:26 -0500)
commitc6963164663ef99eebe8b827d9043bbba0cc0b11
tree503cf194043fa6e1a798a083216ddbe917bb3306
parent7d8b77c2aa3a64003210354bd76cea33534af87a
Issue #3080: Remove useless name buffer from find_module()

Rename subname argument to name, and mark it as constant.
Python/import.c