Re: [Python-Dev] bugs.python.org access problems

2017-02-10 Thread Antoine Pitrou
On Fri, 10 Feb 2017 16:15:46 -0500 Terry Reedy wrote: > Today I have been getting the following for about 1/3 of access > attempts (with Firefox). > ''' > Secure Connection Failed > > An error occurred during a connection to bugs.python.org. A PKCS #11 > module returned

[Python-Dev] CPython is now on GitHub

2017-02-10 Thread Brett Cannon
[this is a duplicate of what I just sent python-committers; rendered version at https://paper.dropbox.com/doc/CPython-workflow-changes-mx1k8G6M0rg5JLy80F1r6 ] # CPython workflow changes After more than two years, our new GitHub workflow is ready to accept changes (you can look back to my first

[Python-Dev] bugs.python.org access problems

2017-02-10 Thread Terry Reedy
Today I have been getting the following for about 1/3 of access attempts (with Firefox). ''' Secure Connection Failed An error occurred during a connection to bugs.python.org. A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot. Error

[Python-Dev] Summary of Python tracker Issues

2017-02-10 Thread Python tracker
ACTIVITY SUMMARY (2017-02-03 - 2017-02-10) Python tracker at http://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: open5799 (+30) closed 35483 (+60) total 41282 (+90) Open issues

Re: [Python-Dev] Deterministic builds of the interpreter

2017-02-10 Thread Freddy Rietdijk
That should have been `PYTHONHASHSEED=0 $out/bin/python -m compileall -f $out`. On Fri, Feb 10, 2017 at 11:58 AM, Freddy Rietdijk wrote: > For Python 3.5 PYTHONHASHSEED doesn't seem to be sufficient, these items > still seem indeterministic. > To be sure, I ran

Re: [Python-Dev] Deterministic builds of the interpreter

2017-02-10 Thread Freddy Rietdijk
For Python 3.5 PYTHONHASHSEED doesn't seem to be sufficient, these items still seem indeterministic. To be sure, I ran `PYTHONHASHSEED=1 $out/bin/python -m compileall -f $out` where $out is the path where I installed Python. Do you have an idea why in [3], this is Python 2.7, the timestamps are

Re: [Python-Dev] Deterministic builds of the interpreter

2017-02-10 Thread INADA Naoki
On Fri, Feb 10, 2017 at 7:58 PM, Freddy Rietdijk wrote: > For Python 3.5 PYTHONHASHSEED doesn't seem to be sufficient, these items > still seem indeterministic. > To be sure, I ran `PYTHONHASHSEED=1 $out/bin/python -m compileall -f $out` > where $out is the path where I