Google Summer of Code with Nuitka 2nd Weekly Check-in

tommyli3318
Published: 06/17/2019

1. What did you do this week?
Created nuitka standalone tests for python-dateutil and pyyaml packages. Details can be found here: https://github.com/Nuitka/Nuitka/pull/418

Performed manual virtualenv pytest testing for the urllib3 package wheel built using nuitka. Details can be found here: https://github.com/Nuitka/Nuitka-website/pull/10

 

2. What is coming up next?
Finish up urllib3 wheel test report, then move on to manual virtualenv wheel tests for python-dateutil and pyyaml.

 

3. Did you get stuck anywhere?
Yes, the nuitka-built urllib3 wheel originally had import problems that was crashing pytest execution. The C code of nuitka was changed to fix the bug.