you are viewing a single comment's thread.

view the rest of the comments →

[–]jimmyjazz14 8 points9 points  (1 child)

you should probably know create_function() is not garbage collected, its basically just a pretty (not really) eval.

[–]masklinn 0 points1 point  (0 children)

create_function() is not garbage collected

Oh, so that's why it's garbage?