Commit 32cef435 authored by Jason Madden's avatar Jason Madden

Add comment about version the reference error is reproducible under.

parent de600560
...@@ -4,6 +4,7 @@ cimport libev ...@@ -4,6 +4,7 @@ cimport libev
from python cimport * from python cimport *
# Work around lack of absolute_import in Cython # Work around lack of absolute_import in Cython
# Note for PY3: not doing so will leave reference to locals() on import # Note for PY3: not doing so will leave reference to locals() on import
# (reproducible under Python 3.3, not under Python 3.4; see test__refcount_core.py)
sys = __import__('sys', level=0) sys = __import__('sys', level=0)
os = __import__('os', level=0) os = __import__('os', level=0)
traceback = __import__('traceback', level=0) traceback = __import__('traceback', level=0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment