Commit 830bc92
Run static python code in a strict module
Summary: Currently we're importing StrictModule from cinder and never finding it. We also wouldn't use it on a static module if we had it but it improves what the JIT can do. So now we use it if we're in strict or static mode.
Reviewed By: alexmalyshev
Differential Revision: D103307685
fbshipit-source-id: b954124e75645ce98a0045bd863e5906f1bdbbc01 parent 73ec3cb commit 830bc92
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments