Skip to content

Thread.name.getter returns the name of the _calling_ thread but Thread.name.setter sets the name of the Thread name is called on #5239

@weissi

Description

@weissi

if I have a let thread: Thread = <not the current thread> and I run

t.name = "foo"
print(t.name)

I will have set t's thread name but I will have read the calling thread's name.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions