diff options
author | Daniel Hillier <daniel.hillier@gmail.com> | 2021-07-03 14:37:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 14:37:57 (GMT) |
commit | 556d5ad11fb380868c19beeba53d49f89c27f32d (patch) | |
tree | 91dec5d956ac155c64d14c860b87693f43b6c37f /Lib/pdb.py | |
parent | a79e2b6497f7d31017c01a41a290a9b3349398fe (diff) | |
download | cpython-556d5ad11fb380868c19beeba53d49f89c27f32d.zip cpython-556d5ad11fb380868c19beeba53d49f89c27f32d.tar.gz cpython-556d5ad11fb380868c19beeba53d49f89c27f32d.tar.bz2 |
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 'Lib/pdb.py')
0 files changed, 0 insertions, 0 deletions