Skip to content

Conversation

simonjayhawkins
Copy link
Member

NOTE: issue 'fixed' on master. This PR against 1.0.x branch

cc @jbrockmendel Could there still be issue on master with the exceptions not being caught?

@simonjayhawkins simonjayhawkins added this to the 1.0.4 milestone May 11, 2020
return super(PeriodEngine, self).vgetter()

cdef void _call_map_locations(self, values):
cpdef _call_map_locations(self, values):
Copy link
Member

Choose a reason for hiding this comment

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

these are still cdef on master, why is this the appropriate fix on 1.0.4?

Copy link
Member Author

Choose a reason for hiding this comment

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

why is this the appropriate fix on 1.0.4?

#29232 was a clean-up PR which caused a regression. this is reverting those changes. (applied directly to 1.0.x branch and not touching master, see #34048 (comment))

these are still cdef on master

that's my question to you in the OP.

Could there still be issue on master with the exceptions not being caught?

Copy link
Member

Choose a reason for hiding this comment

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

Could there still be issue on master with the exceptions not being caught?

I can't reproduce the bugs from #32409. I'm guessing you bisected to find the commit that introduced (reintroduced?) the bug, did you find what commit fixed it?

Copy link
Member Author

Choose a reason for hiding this comment

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

yep fixed on master, see #32409 (comment)

but not sure whether the PR that fixed it #31294 should be backported. I can't immediately see the relation.

I see this PR as the safer option as it's a simple revert.

Copy link
Member

Choose a reason for hiding this comment

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

I see this PR as the safer option as it's a simple revert.

Works for me

@simonjayhawkins simonjayhawkins merged commit 6033909 into pandas-dev:1.0.x May 15, 2020
@simonjayhawkins simonjayhawkins deleted the describe-regression branch May 15, 2020 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants