Skip to content

fix: replace _backend_args with _backend_kwargs in ParallelExt#2174

Open
EdenRochmanSharabi wants to merge 1 commit intomicrosoft:mainfrom
EdenRochmanSharabi:fix/parallel-ext-backend-kwargs
Open

fix: replace _backend_args with _backend_kwargs in ParallelExt#2174
EdenRochmanSharabi wants to merge 1 commit intomicrosoft:mainfrom
EdenRochmanSharabi:fix/parallel-ext-backend-kwargs

Conversation

@EdenRochmanSharabi
Copy link
Copy Markdown

Fixes #1927. Removed version-gated joblib code and unified to _backend_kwargs.

Replace version-gated _backend_args/_backend_kwargs with unified
_backend_kwargs, which is the attribute name in joblib >= 1.5.0.
The old _backend_args attribute no longer exists in modern joblib,
causing AttributeError when using multiprocessing backend.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@EdenRochmanSharabi
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

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.

[Parallel] Fix '_backend_args' attribute missing in ParallelExt initialization

1 participant