R. Bernstein

Results 795 comments of R. Bernstein

Ah - I see what's up. If I or someone else doesn't answer this in a week or so, remind me.

Here is my understanding of the situation. Some background first. For each list comprehension that appears in Python code, a code object is created for the "body" of the code....

1. Definitely should have `co_cellvars`, `co_freevars`, `co_names`, `co_varnames`. But to be extra careful and safe I'd add `co_name` which uncompyle6 and others might use that in reconstructing source code. 2....

I want to go over this carefully, so it may take a day or so. Looks interesting so far. Thanks for undertaking.

I just had a chance to look try this purely from a user level. Here are some observations.. The thing that was the biggest surprise is that without any options...

I think the test failure I am seeing is related to the fact that code types change between 3.7 and 3.8 yet again. The remedy I'm going to work with...

This is to give you a head's as to what's going on in xdis and how this fits in. A long overdue overhaul of xdis's portable code types is underway...

I'll probably be done by the end of the week. As part of this I will be adding some small kinds of validity checks, such as for the types of...

> Hi again @rocky ! I thought about giving this another look. What is the status of the code object interface at the moment? Do you think the base is...

Thanks for undertaking this. You are in the right place. We need more people helping out. Some thoughts. First, there is something that needs to be done on the API...