Skip to content

Clarify the default behaviour - #24

Merged
akx merged 1 commit into
akx:not-really-not-initializingfrom
radarhere:not-really-not-initializing
Sep 5, 2026
Merged

akx merged 1 commit into
akx:not-really-not-initializingfrom
radarhere:not-really-not-initializing

Conversation

@radarhere

Copy link
Copy Markdown

Suggestion for python-pillow#9960

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (not-really-not-initializing@77ad8a5). Learn more about missing BASE report.

Additional details and impacted files
@@                      Coverage Diff                       @@
##             not-really-not-initializing      #24   +/-   ##
==============================================================
  Coverage                               ?   65.06%           
==============================================================
  Files                                  ?      348           
  Lines                                  ?    54629           
  Branches                               ?     3831           
==============================================================
  Hits                                   ?    35543           
  Misses                                 ?    18690           
  Partials                               ?      396           
Flag Coverage Δ
GHA_Docker 65.06% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akx akx left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

None is also treated as zero doesn't hold 100% true implementation-wise - passing None is faster than passing 0, because in the latter case more work is done in the _fill + ImagingFill machinery (including entering a critical section) for the same end result, but that's another optimization that's beyond the point here.

@akx
akx merged commit 72de859 into akx:not-really-not-initializing Sep 5, 2026
39 of 44 checks passed
@radarhere
radarhere deleted the not-really-not-initializing branch September 5, 2026 19:51
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.

3 participants