Skip to content

Upload .py source instead of .pyc bytecode - #125

Closed
szachovy wants to merge 1 commit into
masterfrom
fix/38-upload-py-source
Closed

Upload .py source instead of .pyc bytecode#125
szachovy wants to merge 1 commit into
masterfrom
fix/38-upload-py-source

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Remove compile(), marshal, and the hardcoded Python 3.10 .pyc magic number. Upload plain .py source that the container's Python compiles at runtime (<100ms overhead). This decouples host and container Python versions.\n\nCloses #38\nCloses #59

Remove compile(), marshal, and the hardcoded Python 3.10 .pyc magic
number. Upload plain .py source that the container's Python compiles
at runtime (<100ms overhead). This decouples host and container Python
versions, fixing deployment on Python 3.11/3.12 hosts.

Closes #38
Closes #59

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@szachovy

szachovy commented Apr 9, 2026

Copy link
Copy Markdown
Owner Author

Already done

@szachovy szachovy closed this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant