commit | b9a0f9121876cbc728cbef88f16bb32b92712d2d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Mar 29 10:06:18 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Mar 29 10:06:18 2003 +0000 |
tree | 2677795fd372f25549f84764a556bee87ec66f43 | |
parent | 043bbc7da387f613f3ce60c20063e2a29baff372 [diff] [blame] |
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
diff --git a/Misc/NEWS b/Misc/NEWS index 0a674d2..15a0daf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -101,6 +101,8 @@ C API ----- +- LONG_LONG was renamed to PY_LONG_LONG. + - Added PyObject_SelfIter() to fill the tp_iter slot for the typical case where the method returns its self argument.