X Tutup
Skip to content

bpo-42943: singledispatchmethod exposes registry and dispatch#30007

Open
hongweipeng wants to merge 1 commit intopython:mainfrom
hongweipeng:singledispatchmethod-expose-registry-dispatch
Open

bpo-42943: singledispatchmethod exposes registry and dispatch#30007
hongweipeng wants to merge 1 commit intopython:mainfrom
hongweipeng:singledispatchmethod-expose-registry-dispatch

Conversation

@hongweipeng
Copy link
Contributor

@hongweipeng hongweipeng commented Dec 9, 2021

Because singledispatch exposes members registry and dispatch , singledispatchmethod can also do the same.

https://bugs.python.org/issue42943

@github-actions
Copy link

github-actions bot commented Jan 9, 2022

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Jan 9, 2022
Copy link
Contributor

@MaxwellDupre MaxwellDupre left a comment

Choose a reason for hiding this comment

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

Tests ok. Looks ok to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup