commit | c5e060dee65a03ca2401487315d6c45dead09fe1 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Aug 02 06:14:22 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Aug 02 06:14:22 2006 +0000 |
tree | 6e511f92022cb278324a4a2fb2b581988eed3939 | |
parent | 5fb9c20f2a6c76279e16420255758855d6d98432 [diff] |
_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.
diff --git a/Misc/NEWS b/Misc/NEWS index f2a318e..81f7ca4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t, it previously + returned a long (see PEP 353). + - Bug #1515471: string.replace() accepts character buffers again. - Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().