SIGN IN SIGN UP

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
D
Daniel Hillier committed
556d5ad11fb380868c19beeba53d49f89c27f32d
Parent: a79e2b6
Committed by GitHub <noreply@github.com> on 7/3/2021, 2:37:57 PM