Skip to content
Snippets Groups Projects
Commit add99aaf authored by Alex Gaynor's avatar Alex Gaynor
Browse files

This is no longer really an issue

parent 6f9a9faa
No related branches found
No related tags found
No related merge requests found
......@@ -243,8 +243,6 @@
<p>locals(), globals(), sys._getframe(), sys.exc_info(), and sys.settrace
work in PyPy, but they incur a performance penalty that can be huge by
disabling the JIT over the enclosing JIT scope.</p>
<p>One unobvious case where frame introspection is used is the logging
module. Don't use the logging module if you need to run fast.</p>
<p><em>(Thanks Eric S. Raymond for the text above)</em></p>
</div>
</div>
......
......@@ -236,9 +236,6 @@
work in PyPy, but they incur a performance penalty that can be huge by
disabling the JIT over the enclosing JIT scope.
One unobvious case where frame introspection is used is the logging
module. Don't use the logging module if you need to run fast.
*(Thanks Eric S. Raymond for the text above)*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment