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

Remove overrides for PyGithub #86

Merged
merged 4 commits into from
May 6, 2024
Merged

Conversation

atodorov
Copy link
Member

@atodorov atodorov commented May 5, 2024

so we can upgrade to newer version with less issues.

integration with GitHub will be only via app-token
use the rules for name mangling to get access to the attribute we need
and simplify the whole inherited class to reduce interface mismatch
with newer versions of the library
@atodorov atodorov force-pushed the remove_pygithub_overrides branch from 5827074 to 15c390d Compare May 5, 2024 19:51
see 0a7d623

The attribute name is Github.__requester which is automatically
converted at runtime to ._Github__requester!
@atodorov atodorov merged commit c75bd01 into master May 6, 2024
7 checks passed
@atodorov atodorov deleted the remove_pygithub_overrides branch May 6, 2024 06:48
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.

1 participant