Skip to content

Commit

Permalink
Update autwrap_workarounds.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs authored Dec 27, 2023
1 parent a47897c commit 08cdcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/addons/autwrap_workarounds.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def get_interpreter_executable():

# definition for all compilers
cdef void progress_compiler_callback(size_t a, size_t b, void* py_callback) noexcept with gil:
(<object>py_callback)(a, b)
(<object>py_callback)(a, b)

0 comments on commit 08cdcf2

Please sign in to comment.