On Fri, Sep 1, 2017 at 8:29 PM, Eric Snow
wrote:
> Nice working staying on top of this! Keeping up with discussion is
> arguably much harder than actually writing the PEP. :) I have some
> comments in-line below.
>
> -eric
>
>
> On Fri, Sep 1, 2017 at 5:02 PM, Yury Selivanov
> wrote:
> > [snip
Nice working staying on top of this! Keeping up with discussion is
arguably much harder than actually writing the PEP. :) I have some
comments in-line below.
-eric
On Fri, Sep 1, 2017 at 5:02 PM, Yury Selivanov wrote:
> [snip]
>
> Abstract
>
>
> [snip]
>
> Rationale
> =
>
> [
The string concat optimization happens in the interpreter dispatch for
INPLACE_ADD
On Fri, Sep 1, 2017 at 9:10 PM, Greg Ewing
wrote:
> Chris Angelico wrote:
>
>> This particular example is safe, because the arguments get passed
>> individually - so 'args' has one reference, plus there's one more
Chris Angelico wrote:
This particular example is safe, because the arguments get passed
individually - so 'args' has one reference, plus there's one more for
the actual function call
However, that's also true when you use the += operator,
so if the optimisation is to trigger at all in any usefu
Hi,
Below is the fifth iteration of the PEP. The summary of changes is
in the "Version History" section, but I'll list them here too:
* Coroutines have no logical context by default (a revert to the V3
semantics). Read about the motivation in the
`Coroutines not leaking context changes by def
On Sat, Sep 2, 2017 at 6:35 AM, Joe Jevnik via Python-Dev
wrote:
> Is it true that checking for refcount == 1 is enough? What if a user wrote:
>
> args = (compute_integer(), 5)
> # give away args to someone
> int.__iadd__(*args)
>
> here `args[0]` still has refcount=1 because only `args` owns this
> My question is -- how can the interpreter know if it can alter what is
> supposed to be an immutable in-place? If it's used only internally to a
> function, the it would be safe, but how to know that?
> -CHB
You can just check the reference count of your object, it's a member of the
PyObject
Is it true that checking for refcount == 1 is enough? What if a user wrote:
args = (compute_integer(), 5)
# give away args to someone
int.__iadd__(*args)
here `args[0]` still has refcount=1 because only `args` owns this integer.
On Fri, Sep 1, 2017 at 4:19 PM, Jelle Zijlstra
wrote:
>
>
> 2017-
2017-09-01 13:05 GMT-07:00 Chris Barker :
> On Thu, Aug 31, 2017 at 5:12 PM, Antoine Pitrou
> wrote:
>
>> I'm skeptical there are some programs out there that are limited by the
>> speed of PyLong inplace additions.
>>
>
> indeed, but that could be said about any number of operations.
>
> My ques
On Thu, Aug 31, 2017 at 5:12 PM, Antoine Pitrou wrote:
> I'm skeptical there are some programs out there that are limited by the
> speed of PyLong inplace additions.
>
indeed, but that could be said about any number of operations.
My question is -- how can the interpreter know if it can alter w
On Fri, Sep 01, 2017 at 02:55:40PM -0400, Terry Reedy wrote:
> On 9/1/2017 11:31 AM, Oleg Broytman wrote:
> >On Fri, Sep 01, 2017 at 05:27:59PM +0200, Antoine Pitrou
> > wrote:
> >>On Fri, 1 Sep 2017 17:03:59 +0200
> >>Victor Stinner wrote:
> >>>
> And by the way the problem goes away if you
On 9/1/2017 11:31 AM, Oleg Broytman wrote:
On Fri, Sep 01, 2017 at 05:27:59PM +0200, Antoine Pitrou
wrote:
On Fri, 1 Sep 2017 17:03:59 +0200
Victor Stinner wrote:
And by the way the problem goes away if you use the "HTTPS Everywhere"
plugin for Firefox.
Try for example this page:
https:
On Fri, Sep 01, 2017 at 07:06:57PM +0200, Antoine Pitrou
wrote:
> On Fri, 1 Sep 2017 17:31:00 +0200
> Oleg Broytman wrote:
>
> > On Fri, Sep 01, 2017 at 05:27:59PM +0200, Antoine Pitrou
> > wrote:
> > > On Fri, 1 Sep 2017 17:03:59 +0200
> > > Victor Stinner wrote:
> > > >
> > > > > And
2017-09-01 19:06 GMT+02:00 Antoine Pitrou :
> That's surprising. It's definitely part of the standard rules (enabled
> by default):
> https://www.eff.org/https-everywhere/atlas/domains/python.org.html
Maybe the plugin is also broken, as my setup. Maybe it's related to
the recent "multiprocess" ma
On Fri, 1 Sep 2017 17:31:00 +0200
Oleg Broytman wrote:
> On Fri, Sep 01, 2017 at 05:27:59PM +0200, Antoine Pitrou
> wrote:
> > On Fri, 1 Sep 2017 17:03:59 +0200
> > Victor Stinner wrote:
> > >
> > > > And by the way the problem goes away if you use the "HTTPS Everywhere"
> > > > plugin fo
You're right. It should be bpo configuration issue.
https://hg.python.org/tracker/roundup/file/bugs.python.org/roundup/cgi/client.py#l303
https://hg.python.org/tracker/python-dev/file/tip/config.ini.template#l118
I can't real config file used for bpo.
But maybe, tracker.web is 'http://bugs.pytho
ACTIVITY SUMMARY (2017-08-25 - 2017-09-01)
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:
open6166 (+17)
closed 36910 (+30)
total 43076 (+47)
Open issues wit
On Fri, Sep 01, 2017 at 05:27:59PM +0200, Antoine Pitrou
wrote:
> On Fri, 1 Sep 2017 17:03:59 +0200
> Victor Stinner wrote:
> >
> > > And by the way the problem goes away if you use the "HTTPS Everywhere"
> > > plugin for Firefox.
> >
> > Try for example this page:
> >
> > https://bugs.pyth
On Fri, 1 Sep 2017 17:03:59 +0200
Victor Stinner wrote:
>
> > And by the way the problem goes away if you use the "HTTPS Everywhere"
> > plugin for Firefox.
>
> Try for example this page:
>
> https://bugs.python.org/issue31234?@ok_message=msg%20301118%20created
>
> For me, the "clear this me
2017-09-01 16:34 GMT+02:00 Antoine Pitrou :
> I'm using Firefox 55 on Ubuntu 16.04 and it works here. You may be
> misunderstading what happens :-)
Maybe I misunderstood you when you wrote:
> And by the way the problem goes away if you use the "HTTPS Everywhere"
> plugin for Firefox.
Try for ex
Le 01/09/2017 à 16:32, Victor Stinner a écrit :
>
> In short, it doesn't work :-)
I'm using Firefox 55 on Ubuntu 16.04 and it works here. You may be
misunderstading what happens :-)
Regards
Antoine.
___
Python-Dev mailing list
Python-Dev@python.org
2017-09-01 15:36 GMT+02:00 Antoine Pitrou :
> And by the way the problem goes away if you use the "HTTPS Everywhere"
> plugin for Firefox.
I do have "HTTPS Everywhere" Firefox plugin version 2017.8.31 (so it
seems very recent), but it displayed as "obsolete" ("obsolète" in
french). I'm using Firef
Here's e.g. Jupyter Notebook w/ letsencrypt in a Makefile:
https://github.com/jupyter/docker-stacks/blob/master/examples/make-deploy/letsencrypt.makefile
... https://github.com/jupyter/docker-stacks
On Fri, Sep 1, 2017 at 9:08 AM, Wes Turner wrote:
>
> ## HTTP STS
> - Wikipedia: https://en.wik
On 9/1/2017 9:36 AM, Antoine Pitrou wrote:
And by the way the problem goes away if you use the "HTTPS Everywhere"
plugin for Firefox.
Firefox has both 'extension' and 'plugin' add-ons. "HTTPS Everywhere"
is found under 'extensions'. Works great.
On Fri, 1 Sep 2017 15:29:58 +0200
Antoine Pi
## HTTP STS
- Wikipedia: https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
- Docs:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
- https://https.cio.gov/hsts/
## letsencrypt
"A free, automated, and open certificate authority."
- Wikipedia: https:/
I also would like the links from bug tracker emails be in https instead of
http.
On Sep 1, 2017 6:31 AM, "Antoine Pitrou" wrote:
> On Fri, 1 Sep 2017 22:15:29 +0900
> INADA Naoki wrote:
> > FYI, there is issue report for it.
> > http://psf.upfronthosting.co.za/roundup/meta/issue463
> > INADA
And by the way the problem goes away if you use the "HTTPS Everywhere"
plugin for Firefox.
Regards
Antoine.
On Fri, 1 Sep 2017 15:29:58 +0200
Antoine Pitrou wrote:
> On Fri, 1 Sep 2017 22:15:29 +0900
> INADA Naoki wrote:
> > FYI, there is issue report for it.
> > http://psf.upfronthosting.co
On Fri, 1 Sep 2017 22:15:29 +0900
INADA Naoki wrote:
> FYI, there is issue report for it.
> http://psf.upfronthosting.co.za/roundup/meta/issue463
> INADA Naoki
That issue is about making the tracker HTTPS-only, but fixing
internal links to point to the HTTPS site would already go a long way,
ev
FYI, there is issue report for it.
http://psf.upfronthosting.co.za/roundup/meta/issue463
INADA Naoki
On Fri, Sep 1, 2017 at 9:57 PM, Victor Stinner wrote:
> Hi,
>
> When I go to http://bugs.python.org/ Firefox warns me that the form on
> the left to login (user, password) sends data in clear t
Hi,
When I go to http://bugs.python.org/ Firefox warns me that the form on
the left to login (user, password) sends data in clear text (HTTP).
Ok, I switch manually to HTTPS: add "s" in "http://"; of the URL.
I log in.
I go to an issue using HTTPS like https://bugs.python.org/issue31250
I modi
2017-08-31 19:40 GMT+09:00 Erik Bray :
> [...]
> the changes is nice. I just have a few minor changes to suggest
> (typos and such) that I'll make in a pull request.
>
Steve Dower points out which avoids the use of bool in header declarations
[*]. I'd change PyThread_tss_is_created declaration's
31 matches
Mail list logo