Re: [Python-Dev] Reports on my CPython contributions

2017-03-05 Thread Victor Stinner
Le 5 mars 2017 19:14, "Senthil Kumaran" a écrit : On Fri, Feb 24, 2017 at 3:50 PM, Victor Stinner 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

Re: [Python-Dev] Reports on my CPython contributions

2017-03-05 Thread Serhiy Storchaka
On 25.02.17 01:50, Victor Stinner 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. Nice reading! ___ Python-Dev mailing list Python-Dev@python.org https

Re: [Python-Dev] Reports on my CPython contributions

2017-03-05 Thread Senthil Kumaran
On Fri, Feb 24, 2017 at 3:50 PM, Victor Stinner 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 __

[Python-Dev] Reports on my CPython contributions

2017-02-24 Thread Victor Stinner
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