Reports on my CPython contributions
Hi, Recently, I wrote reports of my CPython contributions since 1 year 1/2. Some people on this list might be interested, so here is the list. I was also asked for more documentation about my work on FASTCALL and its effect on performance. You can expect more article on FASTCALL later, especially on its API and its implementaiton. == CPython contrib 2016 == My contributions to CPython during 2016 Q1: https://haypo.github.io/contrib-cpython-2016q1.html My contributions to CPython during 2016 Q2: https://haypo.github.io/contrib-cpython-2016q2.html PEP 524: os.urandom() now blocks on Linux in Python 3.6: https://haypo.github.io/pep-524-os-urandom-blocking.html CPython sprint, september 2016: https://haypo.github.io/cpython-sprint-2016.html My contributions to CPython during 2016 Q3: https://haypo.github.io/contrib-cpython-2016q3.html My contributions to CPython during 2016 Q4: https://haypo.github.io/contrib-cpython-2016q4.html == FASTCALL project == The start of the FASTCALL project: https://haypo.github.io/start-fastcall-project.html FASTCALL microbenchmarks: https://haypo.github.io/fastcall-microbenchmarks.html FASTCALL issues: https://haypo.github.io/fastcall-issues.html == CPython contrib 2015 == My contributions to CPython during 2015 Q3: https://haypo.github.io/contrib-cpython-2015q3.html My contributions to CPython during 2015 Q4: https://haypo.github.io/contrib-cpython-2015q4.html Victor
On Fri, Feb 24, 2017 at 3:50 PM, Victor Stinner <victor.stinner@gmail.com> wrote:
Recently, I wrote reports of my CPython contributions since 1 year 1/2. Some people on this list might be interested, so here is the list.
They are prolific! Thanks for keeping a log and sharing. -- Senthil
Le 5 mars 2017 19:14, "Senthil Kumaran" <senthil@uthcode.com> a écrit : On Fri, Feb 24, 2017 at 3:50 PM, Victor Stinner <victor.stinner@gmail.com> wrote:
Recently, I wrote reports of my CPython contributions since 1 year 1/2. Some people on this list might be interested, so here is the list.
They are prolific! Thanks for keeping a log and sharing. I fear that these articles are just boring, so don't hesitate to send me a private email if you have suggestions ;-) My static blog has no comment. Victor
participants (3)
-
Senthil Kumaran
-
Serhiy Storchaka
-
Victor Stinner