BSSReader reads literally everything #85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure if this is a problem in my OS but a preprocessor somehow don't let me make it with this error:
So I decided to print anims variable, it appears that it contains constant entries and every Python builtins entries as well...
http://pastebin.com/3nWbPHjK
So, is there a way to work around this problem?
Instead of writing an expression parser, constants are intepreted with
eval.evaloptionally takes a dict of supplementary variables (globals). If__builtins__isn't already a key, it's added to the dict.This was addressed some time ago in
0dd6b20but never merged into the main fork. This is fixed in #86.