Skip to content

Commit 42a6ae8

Browse files
remove lock free from title
1 parent 80b3c33 commit 42a6ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/typecache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Lock-free per type method cache implementation.
1+
// Per-type method cache implementation
22

33
// The cache is used for method and attribute lookups on type objects.
44
// The stored names are always interned strings, and the

0 commit comments

Comments
 (0)