Commit 58bc0c4
Fix _testinternalcapi build
Summary:
After the test interpreter landed our _testinternalcapi build succeeds but is missing a symbol because `interpreter.c` isn't included. To include we need access to CPython's headers in Python and sdt.
Once this is fixed we see new failures in `test.test_opcache` because a couple of new tests have trickled in where specialization doesn't work with the JIT.
Reviewed By: alexmalyshev
Differential Revision: D91243622
fbshipit-source-id: 891e9558adc2d098d688364789602d15f90103d61 parent b6e74a8 commit 58bc0c4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
0 commit comments