Makefun

Latest version: v1.15.1

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

1.6.8

* Improved performance of inner method `get_signature_string` (used by all entry points) after profiling.

1.6.7 - Increased tolerance to function signatures in python 2

* In python 2 some libraries such as `attrs` can modify the annotations manually, making `signature` return a string representation that is not compliant with the language version. This raised a `SyntaxError` in previous versions. The new version silently removes all these annotations in python versions that do not support them. Fixes [39](https://github.com/smarie/python-makefun/issues/39).

1.6.6

* Fixed yet another nasty varpositional-related bug :). Fixes [38](https://github.com/smarie/python-makefun/issues/38).

1.6.5

* Fixed `NameError` in case of unknown symbols in type hints. Fixes [37](https://github.com/smarie/python-makefun/issues/37).

1.6.4

* Fixed PEP8 error in source code. Fixes [35](https://github.com/smarie/python-makefun/issues/35).

* Now string signatures can contain a colon. Fixes [36](https://github.com/smarie/python-makefun/issues/36)

1.6.3

Fixed bug when the return type annotation of the function to create contains non-locally available type hints. Fixes [33](https://github.com/smarie/python-makefun/issues/33).

1.6.2

Fixed bug when the signature of the function to create contains non-locally available type hints. Fixes [32](https://github.com/smarie/python-makefun/issues/32).

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.