8000 Some fixes to threading by DanielShaulov · Pull Request #51 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Some fixes to threading #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 23, 2016
Merged

Some fixes to threading #51

merged 3 commits into from
Jan 23, 2016

Conversation

DanielShaulov
Copy link
Contributor

This also closes #48

def __getattr__(self, name: str) -> Any: ...
def __setattr__(self, name: str, value: Any) -> None: ...
def __delattr__(self, name: str) -> None: ...
class local(Any): ...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beware, you can do this in a stub, but not in real code. :-)

@gvanrossum
Copy link
Member

Can you resolve the merge conflict? Then we can push it.

Conflicts:
	stdlib/3/threading.pyi
@DanielShaulov
Copy link
Contributor Author

Done

gvanrossum added a commit that referenced this pull request Jan 23, 2016
@gvanrossum gvanrossum merged commit 2c4549f into python:master Jan 23, 2016
@DanielShaulov DanielShaulov deleted the threading branch June 16, 2017 15:05
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.

Inherit from any in SimpleNamespace and threading.local stubs
2 participants
0