Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r75450:068df7f1d579
Date: 2015-01-20 16:06 +0100
http://bitbucket.org/pypy/pypy/changeset/068df7f1d579/

Log:    remove this outdated comment

diff --git a/pypy/module/thread/gil.py b/pypy/module/thread/gil.py
--- a/pypy/module/thread/gil.py
+++ b/pypy/module/thread/gil.py
@@ -64,8 +64,6 @@
 
 after_thread_switch = lambda: None     # hook for signal.py
 
-# Fragile code below.  We have to preserve the C-level errno manually...
-
 def before_external_call():
     # this function must not raise, in such a way that the exception
     # transformer knows that it cannot raise!
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to