Message303750
Instead caching type(flags), how about this?
if not isinstance(flags, int):
raise TypeError(f"flags must be int or RegexFlag, got {flags!r}")
flags = int(flags) |
|
Date |
User |
Action |
Args |
2017-10-05 09:34:15 | methane | set | recipients:
+ methane, gvanrossum, barry, rhettinger, vstinner, ethan.furman, serhiy.storchaka |
2017-10-05 09:34:15 | methane | set | messageid: <1507196055.29.0.213398074469.issue31671@psf.upfronthosting.co.za> |
2017-10-05 09:34:15 | methane | link | issue31671 messages |
2017-10-05 09:34:15 | methane | create | |
|