diff options
author | Guido van Rossum <guido@python.org> | 2001-10-15 21:12:54 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-15 21:12:54 +0000 |
commit | 17209fcf1f3d8a06237c8f326ca2608fd2cb9ab4 (patch) | |
tree | cc6196c09f8d9959f753f5f918b3a2754664d04d /Python/errors.c | |
parent | 2f3ca6eeb6eeebcfa038cd52aca5fecfa74dbd28 (diff) | |
download | cpython-git-17209fcf1f3d8a06237c8f326ca2608fd2cb9ab4.tar.gz |
Fix a bunch of warnings reported by Skip.
To whoever who changed a bunch of (PyCFunction) casts to
(PyNoArgsFunction) in PyMethodDef initializers: don't do that. The
cast is to shut the compiler up. The compiler wants the function
pointer initializer to be a PyCFunction.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions