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

pytype of a larger but not huge standalone script xen-bugtool never finishes #1577

Open
bernhardkaindl opened this issue Feb 7, 2024 · 1 comment
Assignees
Labels
bug cat: control flow control flow analysis

Comments

@bernhardkaindl
Copy link

Running pytype on this script on Ubuntu 22.04 never finishes (Interrupted it after 42 minutes):

https://github.com/xenserver/status-report/blob/master/xen-bugtool

It is standalone and needs uses only one optional non-stdlib module that does not need to be present.

@rchen152 rchen152 self-assigned this Feb 13, 2024
@rchen152 rchen152 added bug cat: control flow control flow analysis labels Feb 13, 2024
@rchen152
Copy link
Contributor

Yeah, 42 minutes (!) definitely seems suspiciously long. Let me check if pytype is entering an infinite loop somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cat: control flow control flow analysis
Projects
None yet
Development

No branches or pull requests

2 participants