Skip to content

Conversation

ctiller
Copy link
Member

@ctiller ctiller commented Feb 2, 2015

Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.

@murgatroid99 @tbetbetbe @nathanielmanistaatgoogle - please check my wrapping changes (they were made in bulk)

@ctiller
Copy link
Member Author

ctiller commented Feb 2, 2015

@yang-g - please don't merge until everyone mentioned has taken a look at this.

@murgatroid99
Copy link
Member

LGTM

@@ -70,7 +70,7 @@ static void pygrpc_call_dealloc(Call *self) {
self->ob_type->tp_free((PyObject *)self);
}

static const PyObject *pygrpc_call_invoke(Call *self, PyObject *args) {
static const PyObject *pygrpc_call_invoke_old(Call *self, PyObject *args) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this method rename intended?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was not. Fixed.

@nathanielmanistaatgoogle
Copy link
Contributor

Perhaps this usually goes without saying but: you intend to squash these commits, right? LGTM in that case.

Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
yang-g added a commit that referenced this pull request Feb 3, 2015
Prepare for the new batch call API.
@yang-g yang-g merged commit 23c8d85 into grpc:master Feb 3, 2015
@yang-g yang-g deleted the async-api-prep branch February 3, 2015 00:26
@lock lock bot locked as resolved and limited conversation to collaborators Feb 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants