]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 6 Mar 2001 12:12:02 +0000 (12:12 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 6 Mar 2001 12:12:02 +0000 (12:12 +0000)
commit2b6727bd8a714d334d34e6a9fabc1d0f651633a7
tree7069489f11699b9626602340b84ec0db48cced03
parenta30c1001ef4fe6bceda269c4e7d7b06e929ccec0
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
Modules/timemodule.c
Objects/intobject.c
Python/errors.c