diff options
| author | Guido van Rossum <guido@python.org> | 2001-10-15 21:12:54 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2001-10-15 21:12:54 (GMT) |
| commit | 17209fcf1f3d8a06237c8f326ca2608fd2cb9ab4 (patch) | |
| tree | cc6196c09f8d9959f753f5f918b3a2754664d04d /Lib/pickle.py | |
| parent | 2f3ca6eeb6eeebcfa038cd52aca5fecfa74dbd28 (diff) | |
| download | cpython-17209fcf1f3d8a06237c8f326ca2608fd2cb9ab4.zip cpython-17209fcf1f3d8a06237c8f326ca2608fd2cb9ab4.tar.gz cpython-17209fcf1f3d8a06237c8f326ca2608fd2cb9ab4.tar.bz2 | |
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 'Lib/pickle.py')
0 files changed, 0 insertions, 0 deletions
