ext: note we rely on GVL for reentrancy detection
commit99d9141f5d57e286c8205b13c41dde34b4bca16d
authorEric Wong <normalperson@yhbt.net>
Wed, 20 Jul 2011 21:01:56 +0000 (20 14:01 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 20 Jul 2011 21:01:56 +0000 (20 14:01 -0700)
treef5137bee4b53a1ad312fdbc38733f933e729c14f
parentd6328a6f31f97bded75a4e2aba73f85366215924
ext: note we rely on GVL for reentrancy detection

Nothing wrong with the GVL in Ruby 1.9.3; but we'll need
to modify our code if it's removed for C extensions.
ext/clogger_ext/clogger.c