commit | 1fcdba84be218fa2952315bd95e21339422df922 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 13:02:50 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 13:02:50 2010 +0000 |
tree | 93f394a43af300b607b81f1dd936ce7a91a63402 | |
parent | 66c981b48b7337a385a0a23b2e36cc95d9339445 [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. ........