1. What did you do this week?
Created nuitka standalone tests for boto3 and made changes to urllib3. Details can be seen in my PR: https://github.com/Nuitka/Nuitka/pull/339
2. What is coming up next?
Compatibility test for Nuitka distutils with urllib3, then move on to the next package, which will be python-dateutil.
3. Did you get stuck anywhere?
Yes, the boto3 standalone test was not passing with nuitka compilation due to unknown errors. My guess was that it has to do with the AWS mocking package moto. If this is too complicated to figure out, we will probably skip this test.