All compute_work to run with Python 3.12#2237
All compute_work to run with Python 3.12#2237ObadaS merged 2 commits intocodalab:packages_upgradesfrom
Conversation
|
Post-it: to be merged into #2223 |
|
Hello, Is your way of fixing it better ? In my limited testing, the compute worker worked fine, but I haven't done a long test to make sure that not explicitly closing the loop doesn't cause any problems |
I think the intent of the original code was to ensure that each |
|
Thank you for the explanation. I am going to merge your PR into #2200 since this PR also bumps the Python version of the compute worker. |
Fix use of
loopingather(...)to allow with Python 3.12.Checklist