Skip to content

Use of deprecated setDaemon API #171

@gmacon

Description

@gmacon

In Python 3.10, the isDaemon/setDaemon API on Thread was deprecated in favor of just using the daemon attribute directly. This produces this warning during tests:

  .../site-packages/kaleido/scopes/base.py:188: DeprecationWarning:
  
  setDaemon() is deprecated, set the daemon attribute instead

Metadata

Metadata

Assignees

Labels

P3not needed for current cycleactivebugsomething broken

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions