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

Module __all__ for class private checking could be wrong. #79

Open
StardustDL opened this issue Mar 31, 2024 · 0 comments
Open

Module __all__ for class private checking could be wrong. #79

StardustDL opened this issue Mar 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@StardustDL
Copy link
Owner

When a class defined in its module, and not in that module's __all__ attribute, then aexpy treats the class as a private class.

But this class could be imported in another module, so that it is not a private class, e.g., multiprocessing.context.ProcessError.

@StardustDL StardustDL added the bug Something isn't working label Mar 31, 2024
@StardustDL StardustDL self-assigned this Mar 31, 2024
StardustDL added a commit that referenced this issue Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant