Skip to content

w_undeclared fix#3353

Merged
scoder merged 1 commit intocython:gh2564_enable_bindingfrom
da-woods:w_undeclared
Feb 12, 2020
Merged

w_undeclared fix#3353
scoder merged 1 commit intocython:gh2564_enable_bindingfrom
da-woods:w_undeclared

Conversation

@da-woods
Copy link
Contributor

@da-woods da-woods commented Feb 12, 2020

The pickle functions __reduce__ and __setstate_cython__ were being
visited in the module scope (where they were undeclared) rather
than the class scope where they were declared

The pickle functions __reduce__ and __setstate_cython__ were being
visited in the module scope (where they were undeclared) rather
than the class scope where they were declared
@scoder
Copy link
Contributor

scoder commented Feb 12, 2020

Very nice catch. Thanks!

@scoder scoder merged commit 11f4d6a into cython:gh2564_enable_binding Feb 12, 2020
scoder pushed a commit that referenced this pull request Feb 12, 2020
The pickle functions __reduce__ and __setstate_cython__ were being
visited in the module scope (where they were undeclared) rather
than the class scope where they were declared
@da-woods da-woods deleted the w_undeclared branch February 12, 2020 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants