Skip to content

Commit f2fc5fa

Browse files
pgbovinemmmicedcoffee
authored andcommitted
bah
1 parent de2e5d0 commit f2fc5fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

v3/pg_logger.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ def get_user_stdout(frame):
222222
return frame.f_globals['__user_stdout__'].getvalue()
223223

224224
'''
225-
Dec 2013
225+
2013-12-26
226+
226227
Okay, what's with this f_valuestack business?
227228
228229
If you compile your own CPython and patch Objects/frameobject.c to add a
@@ -232,6 +233,10 @@ def get_user_stdout(frame):
232233
233234
z = [x*y for x in range(5) for y in range(5)]
234235
236+
Note that on pythontutor.com, I am currently running custom-compiled
237+
versions of Python-2.7.6 and Python-3.3.3 with this f_valuestack hack.
238+
Unless you run your own custom CPython, you won't get these benefits.
239+
235240
236241
Patch:
237242

0 commit comments

Comments
 (0)