Skip to content

Commit e387540

Browse files
committed
Notes on type caching
1 parent 3aadc0b commit e387540

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/type.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// Type objects - these make objects
22

3+
// FIXME should be caching the expensive lookups in the superclasses
4+
// and using the cache clearing machinery to clear the caches when the
5+
// heirachy changes
6+
37
package py
48

59
import (

0 commit comments

Comments
 (0)