diff options
| author | Thomas Heller <theller@ctypes.org> | 2004-04-22 17:28:25 +0000 |
|---|---|---|
| committer | Thomas Heller <theller@ctypes.org> | 2004-04-22 17:28:25 +0000 |
| commit | cc10a85fdc557de57dc19d70205ac4dce6d6bfde (patch) | |
| tree | 5a4e0deb491143fdc6ff8a01a7934bb08337a0cc | |
| parent | 1328b52c6ff3ae128b12be49b430ce859bbd8876 (diff) | |
| download | cpython-git-cc10a85fdc557de57dc19d70205ac4dce6d6bfde.tar.gz | |
Forgot to mention the SF number, and that Bob Ippolito provided the patch.
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -473,7 +473,8 @@ C API - New public functions Py_IncRef() and Py_DecRef(), exposing the functionality of the Py_XINCREF() and Py_XDECREF macros. Useful for - runtime dynamic embedding of Python. + runtime dynamic embedding of Python. See patch #938302, by Bob + Ippolito. - Added a new macro, PySequence_Fast_ITEMS, which retrieves a fast sequence's underlying array of PyObject pointers. Useful for high speed looping. |
