Weekly Check-in #6

bksahu
Published: 08/14/2019

1. What did you do this week?

This week I added support for Python 3 <tt>zip()</tt> built-in and added git workflow in the developer manual which can be found here: https://github.com/Nuitka/Nuitka/pull/485.  And also worked on the remnants of Python 2 support for the same.

2. What is coming up next?

Now that support for keyword only arguments has been added in Nuitka, I will finish the remaining of optimizations support  for min() and max() built-ins.

3. Did you get stuck anywhere?

Yes, I was stuck on reformulation of zip() for Python2.