1.15.1 - bugfixes
- Fixed
ValueError: Invalid co_name
happening on python 2 when the name of a function to create starts or ends with
_
or contains a double__
. Fixes #91
See documentation page for details.
ValueError: Invalid co_name
happening on python 2 when the name of a function to create starts or ends with_
or contains a double __
. Fixes #91See documentation page for details.