Initially reported by @ClaudiusJ as #514:
Something like this:
rc.pushAndResetLightingContext() // all lights are off
rc.pushLight( someLightParameter ) // one light is on
...
// do something with this one light
...
rc.popLightingContext() // restore the old lighting