Re: frozendict: an experiment

2020-07-20 Thread Inada Naoki
On Tue, Jul 21, 2020 at 5:07 AM Marco Sulla wrote: > > I just finished to improve the performance of frozendict creation. The result > is very promising. > > The speedup is about 30% for small dicts (8 items). For large dicts (1k > items) is about 38% for dicts with only integers as keys and val

Re: frozendict: an experiment

2020-07-20 Thread Marco Sulla
I just finished to improve the performance of frozendict creation. The result is very promising. The speedup is about 30% for small dicts (8 items). For large dicts (1k items) is about 38% for dicts with only integers as keys and values, and 45% for dicts with only strings. There's also a little

[RELEASE] Python 3.8.5 released as a security hotfix. 3.9.0b5, the last beta before 3.9.0, also available

2020-07-20 Thread Łukasz Langa
This is a combined release of Python 3.8.5 and 3.9.0b5. Both are significant but for different reasons. Let’s dig in! Security content in 3.8.5 We decided to release 3.8.5 ahead of schedule due to a number of security-related fixes. All details can be found in the change log

Re: Typing modules

2020-07-20 Thread Stephan Lukits
> On 20 Jul 2020, at 16:31, Jonathan Gossage wrote: > > I have the following code and I would like to type the variable *contents*: > > contents: something = importlib._import_module(name) > > > I have been unable to find out what *something* should be. types.ModuleType > > -- > Jonatha

Typing modules

2020-07-20 Thread Jonathan Gossage
I have the following code and I would like to type the variable *contents*: contents: something = importlib._import_module(name) I have been unable to find out what *something* should be. -- Jonathan Gossage -- https://mail.python.org/mailman/listinfo/python-list

EuroPython 2020: Introducing our Diamond Sponsor Bloomberg

2020-07-20 Thread M.-A. Lemburg
We are very pleased to have Bloomberg as Diamond Sponsor for EuroPython 2020. Without sponsors like Bloomberg, we wouldn't be able to make the event affordable. You will be able to visit their sponsor exhibit rooms and take the opportunity to chat with their staff to learn more about the large Pyt