[Python-Dev] Summary of Python tracker Issues

2019-04-26 Thread Python tracker
ACTIVITY SUMMARY (2019-04-19 - 2019-04-26) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7083 (+25) closed 41402 (+39) total 48485 (+64) Open issues

Re: [Python-Dev] Actor Model in Python

2019-04-26 Thread Eric Snow
On Sun, Mar 31, 2019 at 9:19 AM Aratz Manterola Lasa via Python-Dev wrote: > I was wondering if there was any Python project aiming to implement the actor > model for python concurrency. As far as the standard library goes, the explicitly supported concurrency models are: threading,

Re: [Python-Dev] Steering Council Update for April 2019

2019-04-26 Thread Eric Snow
Thanks to each of you for the update and the hard work! -eric On Fri, Apr 26, 2019 at 8:52 AM Guido van Rossum wrote: > > I've posted an update from the Steering Council to our repo: > > https://github.com/python/steering-council/blob/master/updates/2019-04-26_steering-council-update.md > > I

Re: [Python-Dev] Increasing the C-optimized pickle extensibility

2019-04-26 Thread Guido van Rossum
I think it's better not to introduce a new opcode, for the reason you stated -- you don't want your pickles to be unreadable by older Python versions, if you can help it. On Fri, Apr 26, 2019 at 5:59 AM Pierre Glaser wrote: > Hi All, > > We (Antoine Pitrou, Olivier Grisel and myself) spent some

Re: [Python-Dev] PEP 590 discussion

2019-04-26 Thread Jeroen Demeyer
On 2019-04-25 23:11, Petr Viktorin wrote: My thoughts are not the roadmap, of course :) I asked about methods because we should aware of the consequences when choosing between PEP 580 and PEP 590 (or some compromise). There are basically 3 different ways of dealing with bound methods: (A)

[Python-Dev] Steering Council Update for April 2019

2019-04-26 Thread Guido van Rossum
I've posted an update from the Steering Council to our repo: https://github.com/python/steering-council/blob/master/updates/2019-04-26_steering-council-update.md I will also link to this on Discourse (discuss.python.org). -- --Guido van Rossum (python.org/~guido) *Pronouns: he/him/his **(why

[Python-Dev] Increasing the C-optimized pickle extensibility

2019-04-26 Thread Pierre Glaser
Hi All, We (Antoine Pitrou, Olivier Grisel and myself) spent some efforts recently on enabling pickle extensions to extend the C-optimized Pickler instead of the pure Python one. Pickle extensions have a crucial role in many distributed computing libraries: cloudpickle

Re: [Python-Dev] Any core dev event plans for EP19?

2019-04-26 Thread Karthikeyan
On Fri, Apr 26, 2019 at 3:40 AM Ivan Levkivskyi wrote: > Hi, > > I want to come to EP this year, but didn't register yet, is registration > already open? > > Just to add to this core developers are eligible for free entry to the conference : https://www.europython-society.org/core-grant --

Re: [Python-Dev] PEP 580/590 discussion

2019-04-26 Thread Jeroen Demeyer
Hello, after reading the various comments and thinking about it more, let me propose a real compromise between PEP 580 and PEP 590. My proposal is: take the general framework of PEP 580 but support only a single calling convention like PEP 590. The single calling convention supported would

Re: [Python-Dev] Any core dev event plans for EP19?

2019-04-26 Thread Stefan Behnel
Berker Peksağ schrieb am 26.04.19 um 01:15: > Note that this year's core dev sprint will be held in London. See > https://discuss.python.org/t/2019-core-dev-sprint-location-date/489 > for the previous discussion. There are only two months between both > events, so perhaps we can leave things like