[Python-Dev] Re: The Python 2 death march

2019-09-13 Thread Sumana Harihareswara
Hi. I've joined python-dev to participate in this thread (I don't have email delivery turned on; I'll be checking back via the web). Benjamin, I am sorry that I didn't check in with you, and assumed that January 1, 2020 would be the the date of the final 2.7 point release. (My understanding

[Python-Dev] Re: python3 -bb and hash collisions

2019-09-13 Thread Cameron Simpson
On 13Sep2019 09:31, Matt Billenstein wrote: On Fri, Sep 13, 2019 at 08:37:26AM +1000, Cameron Simpson wrote: On 10Sep2019 10:42, Daniel Holth wrote: [...] > I stopped using Python 3 after learning about str(bytes) by finding it > in > my corrupted database. [...] Could you outline how this

[Python-Dev] Feature Request: Python Pipes: Incluye sspipe module

2019-09-13 Thread Juan Telleria
Could sspipe module be included as part of Python's Standard Library? https://sspipe.github.io/ https://github.com/sspipe/sspipe https://pypi.org/project/sspipe/ sspipe allows to use syntax such as: from sspipe import p, px import numpy as np import pandas as pd ( np.linspace(0, pi, 100) |

[Python-Dev] Summary of Python tracker Issues

2019-09-13 Thread Python tracker
ACTIVITY SUMMARY (2019-09-06 - 2019-09-13) 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: open7031 (-92) closed 42885 (+212) total 49916 (+120) Open

[Python-Dev] (no subject)

2019-09-13 Thread Victor Stinner
Hi, FYI Yury Selivanov just proposed PEP 603 which is now discussed at: https://discuss.python.org/t/pep-603-adding-a-frozenmap-type-to-collections/2318 PEP-603: Adding a frozenmap type to collections https://www.python.org/dev/peps/pep-0603/ I don't have a strong preference between python-dev

[Python-Dev] Buildbot failures

2019-09-13 Thread Victor Stinner
Hi, Many buildbot workers failed in the last 48 hours, it's likely related to higher activity caused by the core dev sprint currently running at London. Here are failures in random order. Can someone please have a look? I suggest to add comments to issues for collaboration.

[Python-Dev] Re: python3 -bb and hash collisions

2019-09-13 Thread Matt Billenstein
On Fri, Sep 13, 2019 at 08:37:26AM +1000, Cameron Simpson wrote: > On 10Sep2019 10:42, Daniel Holth wrote: > [...] > > I stopped using Python 3 after learning about str(bytes) by finding it > > in > > my corrupted database. [...] > > Could you outline how this happened to you? Not the OP, but