Skip to content
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

Partially specializing default plugin hooks #3591

Open
JukkaL opened this issue Jun 22, 2017 · 0 comments
Open

Partially specializing default plugin hooks #3591

JukkaL opened this issue Jun 22, 2017 · 0 comments
Labels
needs discussion priority-2-low topic-plugins The plugin API and ideas for new plugins

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Jun 22, 2017

@gvanrossum said in #3534 (comment):

So a user plugin can override the default plugin. Should a hook returned by a user plugin be able to fall back dynamically on the default plugin's hook for the same function? E.g. suppose to add a special case for open() I would have to copy the default open() handler and modify it. It would be nice if there was some kind of "super call" mechanism for this.

@JukkaL JukkaL added needs discussion topic-plugins The plugin API and ideas for new plugins labels Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs discussion priority-2-low topic-plugins The plugin API and ideas for new plugins
Projects
None yet
Development

No branches or pull requests

1 participant