[Python-ideas] Module aliases and/or "real names"

Eric Smith eric at trueblade.com
Mon Jan 10 19:34:27 CET 2011


On 01/10/2011 12:55 PM, Ron Adam wrote:
> How about making __module__ a property on accelerated objects, that
> looks for a global flag, then returned either, _module__ or
> _alt_module__ depending on the flag? (or some other way of store those
> values)

Global flag => threading problem.



More information about the Python-ideas mailing list