Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-140550: Update xxlimited with 3.15 limited API & PEP 697#142827
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
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
8147b9265f3fd0aa43538323695f597652b22464ebcc5e8f3945b4503b3ae7cff0f30029f1690d9728de0bc0198File 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 |
|---|---|---|
| @@ -160,7 +160,8 @@ Xxo_get_data(PyObject *self) | ||
| // This is the implementation of Xxo.__new__; it takes arbitrary positional | ||
| // and keyword arguments. | ||
| ||
| static PyObject * | ||
| Xxo_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) | ||
| { | ||
| // Validate that we did not get any arguments. | ||
| if ((args != NULL && PyObject_Length(args)) | ||
| || (kwargs != NULL && PyObject_Length(kwargs))) | ||