smarie / python-makefun

Dynamically create python functions with a proper signature.
https://smarie.github.io/python-makefun/
BSD 3-Clause "New" or "Revised" License
119 stars 16 forks source link

ValueError: Invalid co_name #89

Open smarie opened 2 years ago

smarie commented 2 years ago

1.14.0 release introduced this new error in #80

For example ValueError: Invalid co_name '_results_bag' for created function.

This only happens in python 2.7 and 3.5