FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-142476: Fix Windows crashing with JIT by Fidget-Spinner · Pull Request #143021 · python/cpython · GitHub

/ cpython Public

gh-142476: Fix Windows crashing with JIT - #143021

Merged
Fidget-Spinner merged 1 commit into
python:mainfrom
Fidget-Spinner:fix_refleak_path_jit
Dec 22, 2025
Merged

gh-142476: Fix Windows crashing with JIT#143021
Fidget-Spinner merged 1 commit into
python:mainfrom
Fidget-Spinner:fix_refleak_path_jit

Conversation

Fidget-Spinner commented Dec 20, 2025
edited
Loading

Copy link
Copy Markdown
Member

Fidget-Spinner merged commit 9ded3dd into python:main Dec 22, 2025
68 checks passed
Fidget-Spinner deleted the fix_refleak_path_jit branch December 22, 2025 14:57

Copy link
Copy Markdown
Member Author

I merged as it's a trivial change and more of a bugfix on top of the previous PR by the contributor that I didn't catch.

chris-eibl commented Dec 22, 2025
edited
Loading

Copy link
Copy Markdown
Member

Maybe related:

C:\a\cpython\cpython\Python\optimizer.c(1776): warning C4716: 'executor_clear': must return a value [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]

cpython/Python/optimizer.c

Lines 1772 to 1776 in e728b00

static int
executor_clear(PyObject *op)
{
executor_invalidate(op);
}

PR: #143073

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL