I would note that the accepted [PEP 626](https://peps.python.org/pep-0626/)
explicitly constrains line-tracing behavior: """Python should guarantee that
when tracing is turned on, “line” tracing events are generated for all lines of
code executed and only for lines of code that are executed."""
On Fri, Jun 10, 2022 at 09:59:36PM -0500, James Johnson wrote:
> I guess I was jumping to conclusions. Thank you for taking the time to look
> at my email.
>
> I apologize if I wasted your time.
No stress -- opening issues up for discussion is not a waste of time.
This would be a good time to me
On Wed, Jun 08, 2022 at 06:51:54AM -0500, James Johnson wrote:
> When an amateur develops code incorrectly, s/he sometimes ends up with a
> code object that doesn’t run because of intermediate compiler optimizations.
If that happens, that's a bug in the compiler. Optimizations should
never chang
No because existence of this attribute is dynamic
On Fri, Jun 25, 2021, 3:44 PM Guido van Rossum wrote:
> Would a static type checker have found this?
>
> On Fri, Jun 25, 2021 at 02:07 Thomas Grainger wrote:
>
>> I was debugging some code that was using TLSv1.2 when I expected it to
>> only sup
urllib3 was also burned by this problem
https://github.com/urllib3/urllib3/issues/2636
On Fri, Jul 9, 2021, 5:39 PM Thomas Grainger wrote:
> > if we find time to implement it for 3.11.
>
> https://www.python.org/dev/peps/pep-0543/#configuration
> was Withdrawn
>
> would this need a new PEP?
> _
On Fri, 10 Jun 2022 at 21:20, James Johnson wrote:
>
> The unasked question never gets answered. I don’t know if you can practically
> use the following suggestion, but it may be clarifying anyway.
>
> When an amateur develops code incorrectly, s/he sometimes ends up with a code
> object that do
The unasked question never gets answered. I don’t know if you can
practically use the following suggestion, but it may be clarifying anyway.
When an amateur develops code incorrectly, s/he sometimes ends up with a
code object that doesn’t run because of intermediate compiler optimizations.
As an
On 09/06/2022 10:28, Paul Moore wrote:
On 09/06/2022 09:50, Paul Moore wrote:
On Thu, 9 Jun 2022 at 01:12, Steve Jorgensen wrote:
My current thinking in response to that is that using islice is a decent
solution except that it's not obvious. You have to jump outside of the thinking
about t