commit | b83df8f1b7a3ff3689de4b6d3c36592f1c84492c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 13:01:35 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 13:01:35 2010 +0000 |
tree | df0c3d007ccfa9d6625f53805823a04488230f02 | |
parent | 996b46a09532305cb1a6e19363e0ed86b366eafa [diff] |
Merged revisions 84391 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84391 | antoine.pitrou | 2010-09-01 14:58:21 +0200 (mer., 01 sept. 2010) | 5 lines Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become _Py_add_one_to_C() and _Py_add_one_to_F(), respectively. ........