Content-Length: 300061 | pFad | http://github.com/python/cpython/pull/104268/files

78 gh-87849: fix SEND specialization family definition by carljm · Pull Request #104268 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ dummy_func(
PREDICT(LOAD_CONST);
}

family(for_iter, INLINE_CACHE_ENTRIES_FOR_ITER) = {
family(send, INLINE_CACHE_ENTRIES_SEND) = {
SEND,
SEND_GEN,
};
Expand Down Expand Up @@ -866,7 +866,7 @@ dummy_func(
Py_DECREF(v);
}

inst(SEND_GEN, (unused/1, receiver, v -- receiver)) {
inst(SEND_GEN, (unused/1, receiver, v -- receiver, unused)) {
PyGenObject *gen = (PyGenObject *)receiver;
DEOPT_IF(Py_TYPE(gen) != &PyGen_Type &&
Py_TYPE(gen) != &PyCoro_Type, SEND);
Expand Down
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/python/cpython/pull/104268/files

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy