summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.py
diff options
context:
space:
mode:
authorDaniel Hillier <daniel.hillier@gmail.com>2021-07-03 14:37:57 (GMT)
committerGitHub <noreply@github.com>2021-07-03 14:37:57 (GMT)
commit556d5ad11fb380868c19beeba53d49f89c27f32d (patch)
tree91dec5d956ac155c64d14c860b87693f43b6c37f /Lib/pdb.py
parenta79e2b6497f7d31017c01a41a290a9b3349398fe (diff)
downloadcpython-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