| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@pablogsal Any chance you want to help get #13600 finished? |
Sorry, something went wrong.
|
@nedbat Sure, I will talk with Victor to see if we can push it forward. |
Sorry, something went wrong.
|
@serhiy-storchaka What do you think about this approach? |
Sorry, something went wrong.
|
I have rebased and address the feedback. Also, I have added a max cap of iterations (although is not needed, it can be proven that the while loop will always finish) to make sure the time expended in the loop is always bounded. |
Sorry, something went wrong.
Co-Authored-By: Zackery Spytz <zspytz@gmail.com>
There was a problem hiding this comment.
Looks good in general, just a couple of questions.
Sorry, something went wrong.
|
@markshannon I have added some comments as requested, check if they look good to you :) |
Sorry, something went wrong.
|
This is the code that is failing the assert currently: def f(cond1, cond2):
while 1:
return 3
while 1:
return 5
return 6
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
https://bugs.python.org/issue37271