Commit 988ba6d
Fix OSS build to handle lack of backported PyType_Modified feature
Summary: D108322587 broke the 3.14 OSS build because our borrows now pick up the new feature but it's not available in stock CPython. This puts the code to appropriately use the META_PYTHON ifdef.
Reviewed By: itamaro
Differential Revision: D108447963
fbshipit-source-id: 7df5d321af65ea0ff1f3155c982fc323ff0411891 parent 52ea8c5 commit 988ba6d
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
| 874 | + | |
874 | 875 | | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
875 | 879 | | |
876 | 880 | | |
877 | 881 | | |
| |||
2335 | 2339 | | |
2336 | 2340 | | |
2337 | 2341 | | |
| 2342 | + | |
2338 | 2343 | | |
| 2344 | + | |
2339 | 2345 | | |
2340 | 2346 | | |
2341 | 2347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1621 | 1621 | | |
1622 | 1622 | | |
1623 | 1623 | | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
1624 | 1627 | | |
1625 | 1628 | | |
1626 | 1629 | | |
| |||
0 commit comments