A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2015-November/142149.html below:

[Python-Dev] [Python-checkins] cpython (2.7): Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6

[Python-Dev] [Python-checkins] cpython (2.7): Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 [Python-Dev] [Python-checkins] cpython (2.7): Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6Benjamin Peterson benjamin at python.org
Thu Nov 12 15:13:10 EST 2015
There's two instances in that file.

On Thu, Nov 12, 2015, at 07:20, Raymond Hettinger wrote:
> 
> > On Nov 11, 2015, at 10:50 PM, Benjamin Peterson <benjamin at python.org> wrote:
> > 
> >> +    if (Py_SIZE(deque) == 0)
> >> +        return;
> >> +
> > 
> > dequeue is not varsized in Python 2.7, so using Py_SIZE() is incorrect.
> 
> Fixed in a2a518b6ded4.
> 
> -    if (Py_SIZE(deque) == 0)
> +    if (deque->len == 0)
> 
> 
> Raymond
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4