summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-15 03:22:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-04-15 03:22:46 (GMT)
commitde2acf6512caeacd1ad53e55aa0528f65d1201c7 (patch)
tree0229a13daa59add9513d78f2ddf294152b53c6e5 /Modules/unicodedata.c
parenta13131cf7f74eb89ed2cc63a9df5859c9ba66258 (diff)
downloadcpython-de2acf6512caeacd1ad53e55aa0528f65d1201c7.zip
cpython-de2acf6512caeacd1ad53e55aa0528f65d1201c7.tar.gz
cpython-de2acf6512caeacd1ad53e55aa0528f65d1201c7.tar.bz2
frame_traverse(): Use the standard Py_VISIT macro.
Py_VISIT: cast the `op` argument to PyObject* when calling `visit()`. Else the caller has to pay too much attention to this silly detail (e.g., frame_traverse needs to traverse `struct _frame *` and `PyCodeObject *` pointers too).
Diffstat (limited to 'Modules/unicodedata.c')
0 files changed, 0 insertions, 0 deletions