Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Remove Python bytecode after checks#286

Merged
danieldk merged 1 commit into
mainfrom
remove-bytecode
Nov 3, 2025
Merged

Remove Python bytecode after checks#286
danieldk merged 1 commit into
mainfrom
remove-bytecode

Conversation

@danieldk
Copy link
Copy Markdown
Member

The included byte code will be symlinked in snapshots in the Hub cache. However, Python replaces them by regular files, causing havoc for e.g. hash computation in kernels.

The included byte code will be symlinked in snapshots in the Hub cache.
However, Python replaces them by regular files, causing havoc for e.g.
hash computation in `kernels`.
Copy link
Copy Markdown
Collaborator

@drbh drbh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting edge case and good find! LGTM

@danieldk danieldk merged commit f1165ed into main Nov 3, 2025
28 checks passed
@danieldk danieldk deleted the remove-bytecode branch November 3, 2025 10:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants