Skip to content

Commit

Permalink
feat: optimize property instance cache (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 26, 2024
1 parent 04f792b commit d557cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion a_sync/a_sync/property.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ class HiddenMethodDescriptor(ASyncMethodDescriptorAsyncDefault[I, Tuple[()], T])
cdef object bound
try:
bound = instance.__dict__[self.field_name]
bound._cache_handle.cancel()
except KeyError:
bound = HiddenMethod(
instance,
Expand Down

0 comments on commit d557cbb

Please sign in to comment.