Uh oh!
There was an error while loading. Please reload this page.
GH-142050: Jit stencils on Windows contain debug data - #142052
Conversation
Fidget-Spinner
left a comment
There was a problem hiding this comment.
Oops, thanks for noticing this. Do you think this happened on 3.14 as well?
chris-eibl
commented
Nov 28, 2025
No, as written in the issue I haven't seen that on 3.14. Neither on main for Linux in WSL. I also haven't looked on ARM or Win32, yet. A second pair of eyes can't hurt! I think on 3.14 we're safe since no big changes will happen there anymore? OTOH, the change is simple and small so better safe than sorry and backport? There are other sections we might want to skip, maybe on other platforms, too. But we can add them on a case-by-case basis when they start to hurt us ... |
Uh oh!
There was an error while loading. Please reload this page.
savannahostrowski
commented
Dec 1, 2025
Oops, I think my review comment got eaten by GitHub? In any case, thanks for this! I'm +1 on handling other debug section types on a case-by-case basis. I'd rather know that these have started appearing and understand why, rather than silently ignore them. I probably wouldn't advocate for a backport either, FWIW...unless we know this is happening in 3.14. |
…4tv.rst Co-authored-by: Savannah Ostrowski <savannah@python.org>
Uh oh!
There was an error while loading. Please reload this page.
…42052) Co-authored-by: Savannah Ostrowski <savannah@python.org>
Skipping
.debug$SCOFF sections fixes this.