Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.1k
[mypyc] feat:__mypyc_empty_tuple__ constant#19654
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
78c9c54ed00a0a30eaf79e858990c417c55fecc89c11f89bd7473417ea6dab03824716d29dfb918c4b57File 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 |
|---|---|---|
| @@ -68,7 +68,8 @@ typedef struct tuple_T4CIOO { | ||
| extern PyObject * __mypyc_empty_tuple__; | ||
| static inline PyObject *_CPyTuple_LoadEmptyTupleConstant() { | ||
BobTheBuidler marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| // do tests still pass if I comment this out? empty tuple singleton is not tracked by gc | ||
| // Py_INCREF(__mypyc_empty_tuple__); | ||
BobTheBuidler marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| return __mypyc_empty_tuple__; | ||
| } | ||
Uh oh!
There was an error while loading.Please reload this page.