Hey, It seems that in CPython a function gets a `.__module__` attribute according to the current value of `__name__` when the function is being defined. In Pypy this seems not to be working, since I changed `__name__` in globals (as part of a test) but it still didn't change the function's `.__module__`. Is this a deficiency in Pypy?
-- Sincerely, Ram Rachum
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
