mirror of
https://github.com/python/cpython.git
synced 2026-06-02 01:29:52 -04:00
d85e102337
Allow module getattr and setattr to exploit string interning, via the previously null module object tp_getattro and tp_setattro slots. Yields a very nice speedup for things like random.random and os.path etc.