-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Impl PySequence Protocol #3316
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impl PySequence Protocol #3316
Conversation
|
Mentioning here so it isn't forgotten, |
|
|
||
| // Sequence Protocol | ||
| // https://docs.python.org/3/c-api/sequence.html | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| #[allow(type_complexity)] |
Those types are one-time use types.
|
I want to request @Snowapril 's review later. He must have been reviewed those mapping/sequence details when he implemented |
a07857c to
4f10fde
Compare
|
@DimitrisJim I think processing #3306 as it is and work on ItemProtocol after this PR would be simpler. |
|
sounds good to me |
944eb0d to
baeca0a
Compare
baeca0a to
b65849a
Compare
2a8373c to
8800891
Compare
8800891 to
a6fd2cd
Compare
|
@youknowone will you review this pr? |
|
@qingshi163 Hello. Could I ask you is there any progress here? |
|
I am sorry, I wasn't aware of pending reveiw request |
07a46a8 to
d962fd9
Compare
This reverts commit 45015df.
|
@qingshi163 I rebased it to merge, sorry for late review |
#3244