#1894 (comment).
I'm getting an AttributeError due to a missing __reduce_cython__ attribute in an embedded environment when I build lxml with Cython 0.26 or 0.27. 0.25(.2) works fine. The issue seems to be triggered by reinitializing the environment but unfortunately I was not able to find a minimal sample that replicates it yet.
I did a git-bisect and found f8b3405 to be the first broken commit.
Will try to find a simple test case, but I'm not sure how soon I'll have a result.
EDIT: This was resolved in Cython 0.28. See #1953 (comment).
#1894 (comment).
I'm getting an
AttributeErrordue to a missing__reduce_cython__attribute in an embedded environment when I build lxml with Cython 0.26 or 0.27. 0.25(.2) works fine. The issue seems to be triggered by reinitializing the environment but unfortunately I was not able to find a minimal sample that replicates it yet.I did a git-bisect and found f8b3405 to be the first broken commit.
Will try to find a simple test case, but I'm not sure how soon I'll have a result.
EDIT: This was resolved in Cython 0.28. See #1953 (comment).