Skip to content

Conversation

@gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Feb 28, 2024

Looks like this was left behind by GH-115987. Basically a lot of diffs like this:

-            res = _Py_uop_sym_new_unknown(ctx);
+            res = sym_new_unknown(ctx);

I plan to merge this as soon as the tests pass.

@gvanrossum gvanrossum changed the title gh-115816: Generate calls to sym_new_const() etc. withoout _Py_uop prefix gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix Feb 28, 2024
@gvanrossum gvanrossum enabled auto-merge (squash) February 28, 2024 22:48
@gvanrossum gvanrossum merged commit 86e5e06 into python:main Feb 29, 2024
@gvanrossum gvanrossum deleted the cleanup-generator branch February 29, 2024 00:06
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
…op prefix (python#116077)

This was left behind by pythonGH-115987. Basically a lot of diffs like this:
```
-            res = _Py_uop_sym_new_unknown(ctx);
+            res = sym_new_unknown(ctx);
```
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
…op prefix (python#116077)

This was left behind by pythonGH-115987. Basically a lot of diffs like this:
```
-            res = _Py_uop_sym_new_unknown(ctx);
+            res = sym_new_unknown(ctx);
```
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…op prefix (python#116077)

This was left behind by pythonGH-115987. Basically a lot of diffs like this:
```
-            res = _Py_uop_sym_new_unknown(ctx);
+            res = sym_new_unknown(ctx);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant