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

2019-03-31 Thread Jeroen Demeyer
I added benchmarks for PEP 590: https://gist.github.com/jdemeyer/f0d63be8f30dc34cc989cd11d43df248 ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options

[Python-Dev] Actor Model in Python

2019-03-31 Thread Aratz Manterola Lasa via Python-Dev
Hello, I was wondering if there was any Python project aiming to implement the actor model for python concurrency. ¿Does anyone know it? Aratz. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscri

Re: [Python-Dev] PEP 578: Python Runtime Audit Hooks

2019-03-31 Thread Christian Heimes
On 29/03/2019 21.10, Steve Dower wrote: >> For example how does the importhook work in regarding of alternative >> importers like zipimport? What does the import hook 'see' for an import >> from a zipfile? > > Yes, good point. I think opening the zip file with open_for_import() is > the right plac