Deutsch   English   Français   Italiano  
<mailman.16.1728579457.4695.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!news.in-chemnitz.de!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: Barry <barry@barrys-emacs.org>
Newsgroups: comp.lang.python
Subject: Re: dis.get_instructions not showing CACHE instructions
Date: Thu, 10 Oct 2024 17:53:37 +0100
Lines: 28
Message-ID: <mailman.16.1728579457.4695.python-list@python.org>
References: <CAL_aXSS9JR6mGPNWSYC+5jfxJ74JuEf+v=idT8UEOD3K=1Je1A@mail.gmail.com>
 <0FF12307-A10D-489B-8BF7-B397A93D698D@barrys-emacs.org>
Mime-Version: 1.0 (1.0)
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Trace: news.uni-berlin.de tYuGQiGa0UE2/euImCpmxgCsorz7s4Y3GEPJjWDUNMng==
Cancel-Lock: sha1:yQRUXF5BiM0lgKOwgXl9mt9TX1A= sha256:5ZQR3o8EgricqAdgxIk9klT9D0ldfDds2cMd9BTDzHY=
Return-Path: <barry@barrys-emacs.org>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
 dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.000
X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'preventing': 0.07;
 'cc:addr:python-list': 0.09; 'from:addr:barry': 0.09;
 'received:217.70': 0.09; 'received:217.70.178': 0.09;
 'received:gandi.net': 0.09; 'received:mail.gandi.net': 0.09;
 'subject:not': 0.09; 'cc:no real name:2**0': 0.14; 'url:mailman':
 0.15; 'barry': 0.16; 'change?': 0.16; 'comment.': 0.16;
 'demonstrates': 0.16; 'from:addr:barrys-emacs.org': 0.16;
 'message-id:@barrys-emacs.org': 0.16; 'please.': 0.16;
 'subject:showing': 0.16; 'subject:skip:d 20': 0.16; 'them?': 0.16;
 '\xef\xbb\xbfhello,': 0.16; 'wrote:': 0.16; 'python': 0.16; 'bug':
 0.19; 'cc:addr:python.org': 0.20; 'issue': 0.21; 'version': 0.23;
 'url-ip:188.166.95.178/32': 0.25; 'url-ip:188.166.95/24': 0.25;
 'url:listinfo': 0.25; 'cc:2**0': 0.25; 'url-ip:188.166/16': 0.25;
 'function': 0.27; 'url-ip:188/8': 0.31; 'python-list': 0.32;
 'requiring': 0.32; 'there': 0.33; 'able': 0.34; 'header:In-Reply-
 To:1': 0.34; 'display': 0.36; 'change': 0.36; 'thanks': 0.38;
 'martin': 0.40; 'true': 0.63; 'received:217': 0.67; 'chance':
 0.71; 'longer': 0.71; 'dis': 0.84
In-Reply-To: <CAL_aXSS9JR6mGPNWSYC+5jfxJ74JuEf+v=idT8UEOD3K=1Je1A@mail.gmail.com>
X-Mailer: iPad Mail (22A3370)
X-GND-Sasl: barry@barrys-emacs.org
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
 <python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
 <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
 <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <0FF12307-A10D-489B-8BF7-B397A93D698D@barrys-emacs.org>
X-Mailman-Original-References: <CAL_aXSS9JR6mGPNWSYC+5jfxJ74JuEf+v=idT8UEOD3K=1Je1A@mail.gmail.com>
Bytes: 3898



> On 10 Oct 2024, at 14:18, stopa via Python-list <python-list@python.org> w=
rote:
>=20
> =EF=BB=BFHello,
> I noticed the change in dis module, no longer requiring show_caches to be
> set to True to show cache instructions. However I am not able to display
> them with get_instructions.
> Is there by any chance some bug preventing me to see them?

We need more information to be able to comment.

What version of python do you see this working for?
What version of python are you see it change?

Can you show an example function that demonstrates the issue please.

Barry

>=20
> Thanks
>=20
> Martin
> --
> https://mail.python.org/mailman/listinfo/python-list
>=20