Skip to content

Commit

Permalink
Merge pull request #40561 from tahsin352/th_cache_thread_incorrect_co…
Browse files Browse the repository at this point in the history
…mment

Incorrect comment on cache thread mapping [ci-skip]
  • Loading branch information
rafaelfranca committed Nov 6, 2020
2 parents 8173784 + 4655552 commit 73551cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -381,7 +381,7 @@ def initialize(pool_config)
# registry of which thread owns which connection. Connection ownership is tracked by
# the +connection.owner+ attr on each +connection+ instance.
# The invariant works like this: if there is mapping of <tt>thread => conn</tt>,
# then that +thread+ does indeed own that +conn+. However, an absence of a such
# then that +thread+ does indeed own that +conn+. However, an absence of such
# mapping does not mean that the +thread+ doesn't own the said connection. In
# that case +conn.owner+ attr should be consulted.
# Access and modification of <tt>@thread_cached_conns</tt> does not require
Expand Down

0 comments on commit 73551cd

Please sign in to comment.