Skip to content

Conversation

NewFuture
Copy link
Owner

No description provided.

@NewFuture NewFuture requested a review from Copilot July 15, 2025 11:06
@NewFuture NewFuture enabled auto-merge (squash) July 15, 2025 11:06
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the Nuitka project configuration in run.py to exclude two additional standard library modules (bz2 and csv) from import analysis, likely to reduce the final binary size.

  • Added bz2 and csv to the --nofollow-import-to list in the Nuitka flags.
Comments suppressed due to low confidence (1)

run.py:16

  • Consider adding a brief comment explaining why bz2 and csv are being excluded, so that future maintainers understand the rationale behind skipping these modules.
# nuitka-project: --nofollow-import-to=tkinter,unittest,pydoc,doctest,distutils,setuptools,lib2to3,test,idlelib,lzma,bz2,csv

@NewFuture NewFuture merged commit 411764e into master Jul 15, 2025
24 checks passed
@NewFuture NewFuture deleted the update-nuitka-options branch July 15, 2025 11:13
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