Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
gh-139922: Tail calling for MSVC (VS 2026)#139962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
82d125932486589ac430d085c1d70b12f2eacf48f535e96c1d7737e986f19cf40013cc48db59ebc9d23c19e02c266ec77450f8ff75d908b40786133e699d4066d6c395584fec7eeeaa86f3d52581618e22008d1d7c8438868b41cfc7316fc9214d5b52c6f9c34d98d37ec626ead1c5a24155337File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -2288,10 +2288,13 @@ dummy_func( | ||
| STAT_INC(LOAD_SUPER_ATTR, hit); | ||
| PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2); | ||
| PyTypeObject *cls = (PyTypeObject *)class; | ||
| int method_found = 0; | ||
| PyObject *attr_o; | ||
| Py_BEGIN_LOCALS_MUST_NOT_ESCAPE();. | ||
| int *Py_MSVC_RESTRICT method_found_ptr = &method_found; | ||
| attr_o = _PySuper_Lookup(cls, self, name, | ||
| Py_TYPE(self)->tp_getattro == PyObject_GenericGetAttr ? method_found_ptr : NULL); | ||
| ||
| Py_END_LOCALS_MUST_NOT_ESCAPE(); | ||
| if (attr_o == NULL) { | ||
| ERROR_NO_POP(); | ||
| } | ||
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.