Irit Katriel

Results 82 comments of Irit Katriel

On a Mac I was unable to reproduce this - the link to the search results give me a list of two items: 1. os.walk linking to https://docs.python.org/3.9/library/os.html?highlight=os.walk#os.walk 2. Changelog...

> @iritkatriel or @markshannon, are there any objections to adding `basicblock->b_unsafe_locals_mask`? If not, I think this is ready. No objections. I wondered if we can have this called from optimize_cfg...

@jaraco should pdb.ScriptTarget pdb.ModuleTarget be documented? I think they were intended to be implementation details.

Yes, I guess this might be better than the try. Even if the first clause was the wrong one, this points to where the type flips.

> I can rephrase everything to not use TOS(i) and repeat that the stack is indexed from 1 in each relevant place however they are quite a few occurrences (many...

> Maybe the `remove_unused_consts` call needs to be moved earlier, to the `/** Optimization **/` section, so that `EXTENDED_ARG`s won't have been added yet. I think it is before -...

> > I think it is before - extended args are added in assemble_emit. > > But jump distances are computed in `assemble_jump_offsets`, which happens before this. If any `EXTENDED_ARG`s...