On 07.03.15 21:02, Neil Girdhar wrote: > A drop-in replacement for what? Is there a lot of Python code that > manipulates flags that you expect people to convert to IntFlags from > int? Isn't the point of IntFlags for writing new code? No, the point of IntFlags to be drop-in replacement for integer constants used as flags. See my patch in issue23591.