[Python-Dev] Summary of Python tracker Issues

2021-09-17 Thread Python tracker
ACTIVITY SUMMARY (2021-09-10 - 2021-09-17) Python tracker at https://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: open7381 ( +5) closed 49587 (+63) total 56968 (+68) Open issues w

[Python-Dev] Re: What's the rule for issuing line tracing numbers when using a tracing function?

2021-09-17 Thread Ken Jin
> Does someone know if with the introduction of the new optimizations/quickening the PREDICT will still be used in 3.11? If there are 2 interpretation modes now, the PREDICT probably makes it hard to have both do the same things since the eval loop doesn't really match what the bytecode says due to

[Python-Dev] Re: python3.10rc2 compilation on android/termux/clang12.0.1 fails

2021-09-17 Thread Adrian Freund
I looked a bit more into this and managed to run python 3.10.0rc2 on android in termux. No additional patches were needed, but the build process isn't straight forward. Some packages don't build on-device and have to be built on a computer. Python is one of them (https://github.com/termux/ter

[Python-Dev] Re: What's the rule for issuing line tracing numbers when using a tracing function?

2021-09-17 Thread Fabio Zadrozny
Em qui., 16 de set. de 2021 às 11:49, Fabio Zadrozny escreveu: > Hi all, > > I have a weird case where I thought line events would be issued and yet > they aren't even though they're in the instructions in the bytecode (both > in 3.9 and 3.10). > > i.e.: > > Given the code: > > def check_backtrac