]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Identifiers matching _[A-Z_]\w* are reserved for C implementations.
authorTim Peters <tim.peters@gmail.com>
Sun, 11 Mar 2001 18:36:13 +0000 (18:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 11 Mar 2001 18:36:13 +0000 (18:36 +0000)
commitb2336529ef548181d53af151cf3fc116274846d6
tree8c09d4a610d9524993fcba0d37a86fe0e9033625
parent7069512bd0e09c28a448f21721364ce9c5daa713
Identifiers matching _[A-Z_]\w* are reserved for C implementations.
May or may not be related to bug 407680 (obmalloc.c - looks like it's
corrupted).  This repairs the illegal vrbl names, but leaves a pile of
illegal macro names (_THIS_xxx, _SYSTEM_xxx, _SET_HOOKS, _FETCH_HOOKS).
Objects/obmalloc.c