issues Search Results · repo:google/pasta language:Python
Filter by
49 results
(56 ms)49 results
ingoogle/pasta (press backspace or delete to remove)Fails when f-string field has = at the end:
f aaaa {sys.version_info=} bbb
File pasta/base/annotate.py , line 1537, in visit_FormattedValue
self.attr(
File pasta/base/annotate.py , line 1864, ...
Ark-kun
- Opened on Sep 13, 2024
- #115
Rafae13
- Opened on Jan 16, 2024
- #114
Seems pasta does not support nonlocal at this time.
def a():
f=1
def b():
nonlocal f
James4Ever0
- Opened on Nov 9, 2022
- #109
ast.dump(ast.parse( l[1:2, 3] ))
3.7: Module(body=[Expr(value=Subscript(value=Name(id= l , ctx=Load()), slice=ExtSlice(dims=[Slice(lower=Num(n=1), upper=Num(n=2), step=None), Index(value=Num(n=3))]), ...
bug
soupytwist
- Opened on Mar 10, 2022
- #104
Golden data is missing for Python 3.10, which would be lovely to have.
s-t-e-v-e-n-k
- 3
- Opened on Mar 1, 2022
- #102
When running rename_external on code with both import x and from x import y, the behavior seems to be incorrect.
In the example below, the generated code will contain an NameError: name custom_request ...
jiangmf
- Opened on Oct 27, 2021
- #95
setuptools test command is deprecated, tox is the recommended replacement.
enhancement
soupytwist
- Opened on Jan 20, 2021
- #92
Latest build: https://travis-ci.org/github/google/pasta/builds/755358468
Oddly, they pass locally. Perhaps a different minor version? Looking into it.
bug
soupytwist
- 1
- Opened on Jan 20, 2021
- #91
Hello,
Looks like Travis has stopped working in the Google Cloud Platform organization. we should migrate to something else ex.
github actions.
Related: https://github.com/GoogleCloudPlatform/oozie-to-airflow/issues/621 ...
mik-laj
- Opened on Jan 20, 2021
- #89

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.