Hacker News new | ask | show | jobs
by BerislavLopac 2054 days ago
Or even, from Python 3.8:

    with (ctx_mgr := foo() if bar else nullcontext()):
        ...