Sorry, something went wrong.
|
Merge conflicts are resolved, @serhiy-storchaka would you mind taking a look? :) |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good, except for few pep7 nitpicks.
On another hand, I'm not sure if this is a right approach to test abstract interfaces. Another example is PyNumber_* API (#111996). Maybe we should use special, dedicated just for tests types, that have required magic methods, instead of using core types?
Sorry, something went wrong.
| sequence_inplace_repeat(PyObject* self, PyObject *args) | ||
| { | ||
| PyObject *sequence; | ||
| Py_ssize_t count; |
There was a problem hiding this comment.
PEP 7: blank line after local variable declarations;)
Sorry, something went wrong.
| sequence_repeat(PyObject* self, PyObject *args) | ||
| { | ||
| PyObject *sequence; | ||
| Py_ssize_t count; |
There was a problem hiding this comment.
And here.
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
Things I've skipped:
Coverage view before: