Minor changes to _EagerContext to make construction lazy
Since any new python thread (or PyThreadState) might try to create this state, and not use all of it, we try to delay construction of the entire thing till it is used. PiperOrigin-RevId: 232745940
Loading
Please sign in to comment