Skip to content

threading: properly export excepthook, ExceptHookArgs#4797

Merged
srittau merged 1 commit into
python:masterfrom
bluetech:excepthookargs-export
Dec 2, 2020
Merged

threading: properly export excepthook, ExceptHookArgs#4797
srittau merged 1 commit into
python:masterfrom
bluetech:excepthookargs-export

Conversation

@bluetech
Copy link
Copy Markdown
Contributor

@bluetech bluetech commented Dec 2, 2020

Fixes the issue pointed out in #4768 (comment)


An import X as Y where X != Y no longer exports, so 27a45df caused them to be un-exported.

An `import X as Y` where X != Y no longer exports, so
27a45df caused them to be un-exported.
Copy link
Copy Markdown
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

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

Thanks!

@srittau srittau merged commit 1958f3e into python:master Dec 2, 2020
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.

2 participants