Skip to content

Commit

Permalink
Temporarily undo a fix to avoid code changes in a binary-only release.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 10, 2024
1 parent 8422dff commit f466da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxml/includes/xmlerror.pxd
Expand Up @@ -840,7 +840,7 @@ cdef extern from "libxml/xmlerror.h" nogil:

ctypedef void (*xmlGenericErrorFunc)(void* ctxt, char* msg, ...) noexcept
ctypedef void (*xmlStructuredErrorFunc)(void* userData,
const xmlError* error) noexcept
xmlError* error) noexcept

cdef void xmlSetGenericErrorFunc(
void* ctxt, xmlGenericErrorFunc func)
Expand Down

0 comments on commit f466da4

Please sign in to comment.