commit | 501c09a754bc329ed9b3d0c1be0c51ccd6687c6c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Feb 23 00:02:00 2011 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Feb 23 00:02:00 2011 +0000 |
tree | a773bd0785e30313e390f41431ce8527d41c30b0 | |
parent | d7e76405c7c1afe830faf40646b704be5c51ad51 [diff] |
Issue #3080: Mark _PyImport_FindBuiltin() argument as constant And as a consequence, mark also name argument of _PyImport_FindExtensionUnicode() constant too. But I plan to change this argument type to PyObject* later.