Victor Stinner b0b224233e Issue #14385: Support other types than dict for __builtins__
It is now possible to use a custom type for the __builtins__ namespace, instead
of a dict. It can be used for sandboxing for example.  Raise also a NameError
instead of ImportError if __build_class__ name if not found in __builtins__.
2012-04-19 00:57:45 +02:00
..
2012-01-18 21:45:15 +01:00
2012-03-12 11:16:03 -07:00
2012-04-17 19:54:35 -04:00
2012-04-18 16:57:54 +02:00
2012-04-18 15:29:52 -04:00
2012-03-14 21:50:29 -05:00
2012-02-21 16:08:05 -05:00
2012-03-13 11:31:36 -07:00