github smarie/python-makefun 1.9.3
1.9.3 - Minor compatibility fixes with functools.partial

latest releases: 1.15.2, 1.15.1, 1.15.0...
3 years ago
  • @wraps can now be used to wrap a functools.partial. Fixed #57

  • create_function now correctly reuses information from the partialized function if a functools.partial is used as the implementation.

  • create_function now raises a more explicit error when no func_name can be found.

  • makefun.partial now generates a signature that is more consistent with functools.partial. Fixes #58

See documentation page for details.

Don't miss a new python-makefun release

NewReleases is sending notifications on new releases.