← All recipes
Moderne licensed

Replace Thread.setDaemon() with Thread.daemon = ...

Recipe IDorg.openrewrite.python.migrate.ReplaceThreadSetDaemonArtifactopenrewrite-migrate-python

Replace setDaemon() method calls with daemon property assignment. Deprecated in Python 3.10, removed in 3.12.

Single recipepythonmigrationthreading3.123.10Proprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.python.migrate.ReplaceThreadSetDaemon

If the recipe isn’t available locally, install it with:

mod config recipes pip install openrewrite-migrate-python