python / python/cpython

JIT stencil digest is too coarse

Open
#150,320 0 comments 0 reactions 1 assignee View on GitHub

@savannahostrowski is already working on this.

Since May 23, 2026.

build topic-JIT type-feature
Dominant language
Python
Stars
77.2k
Forks
35.9k
PR merge metrics
PR metrics pending

Description

The current digest hashes all of pyconfig.h, which means autoconf-cosmetic changes (_COSMO_SOURCE, future feature-test macros) invalidate the digest even though they don't reach stencil codegen.

Ideally, we could find a way to narrow the digest to inputs that actually affect codegen. Perhaps we could hash preprocessor output of stencil sources or similar?

Related to #148646 and #148647

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.