Files
cpython/Objects
Tim Peters d85e102337 Variant of patch #423262: Change module attribute get & set
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.
2001-05-11 21:51:48 +00:00
..
2000-05-02 18:34:30 +00:00
2001-05-11 14:48:41 +00:00
2001-01-17 15:33:18 +00:00
2001-01-18 00:00:53 +00:00
2001-05-08 04:00:45 +00:00