diff options
| author | Daniel Hillier <daniel.hillier@gmail.com> | 2021-07-04 00:37:57 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-03 17:37:57 +0300 |
| commit | 556d5ad11fb380868c19beeba53d49f89c27f32d (patch) | |
| tree | 91dec5d956ac155c64d14c860b87693f43b6c37f /Objects/codeobject.c | |
| parent | a79e2b6497f7d31017c01a41a290a9b3349398fe (diff) | |
| download | cpython-git-556d5ad11fb380868c19beeba53d49f89c27f32d.tar.gz | |
bpo-44129: Add descriptive global variables for general purpose bit flags (GH-26118)
Replace hex flag masks with named global variables to improve
readability.
eg.
if flags & 0x800
becomes:
if flags & _MASK_UTF_FILENAME
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions
