| Store | Cart

[Python-Dev] Reports on my CPython contributions

From: Victor Stinner <vict...@gmail.com>
Sat, 25 Feb 2017 00:50:57 +0100
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
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Victor Stinner Feb 24, 2017 11:50 pm
Senthil Kumaran Mar 05, 2017 06:14 pm
Victor Stinner Mar 05, 2017 09:39 pm
Serhiy Storchaka Mar 05, 2017 08:47 pm
Messages in this thread