Skip to content

Use w for writeable branch in pickle_loads#6314

Merged
jakirkham merged 1 commit into
dask:mainfrom
jakirkham:chk_w_pkl_loads
May 11, 2022
Merged

Use w for writeable branch in pickle_loads#6314
jakirkham merged 1 commit into
dask:mainfrom
jakirkham:chk_w_pkl_loads

Conversation

@jakirkham
Copy link
Copy Markdown
Member

Saves the attribute access as it is not needed. Also a bit clearer from a code readability perspective (make writeable when w is True otherwise make readonly when w is False).

  • Tests added / passed
  • Passes pre-commit run --all-files

Saves the attribute access as it is not needed. Also a bit clearer from
a code readability perspective (make writeable when `w is True`
otherwise make readonly when `w is False`).
@jakirkham
Copy link
Copy Markdown
Member Author

Planning on merging EOD tomorrow if no comments

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 10, 2022

Unit Test Results

       16 files  ±    0         16 suites  ±0   7h 17m 3s ⏱️ + 11m 43s
  2 767 tests  -     2    2 689 ✔️ +    1       78 💤  -   2  0  - 1 
22 098 runs  +276  21 078 ✔️ +263  1 020 💤 +17  0  - 4 

Results for commit cc41b3b. ± Comparison against base commit fb1f7d1.

♻️ This comment has been updated with latest results.

@jakirkham jakirkham merged commit e390609 into dask:main May 11, 2022
@jakirkham jakirkham deleted the chk_w_pkl_loads branch May 11, 2022 00:44
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