Commit 6087d0f
committed
Deprecate debug buffer in Module
Pull Request resolved: #14161
It's in release 0.7 so following deprecation schedule.
debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty.
Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case.
ghstack-source-id: 308829478
@exported-using-ghexport
Differential Revision: [D82125911](https://our.internmc.facebook.com/intern/diff/D82125911/)1 parent 0b78412 commit 6087d0f
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
602 | | - | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
603 | 604 | | |
604 | 605 | | |
605 | 606 | | |
| |||
622 | 623 | | |
623 | 624 | | |
624 | 625 | | |
625 | | - | |
| 626 | + | |
626 | 627 | | |
627 | 628 | | |
628 | 629 | | |
| |||
0 commit comments