Author: Devin Jeanpierre
Branch:
Changeset: r80202:0c4b1779bcfc
Date: 2015-10-12 02:42 -0700
http://bitbucket.org/pypy/pypy/changeset/0c4b1779bcfc/
Log:Handle None explicitly, after failing to handle it twice!
diff --git a/pypy/module/cpyext/pytraceback.py
b/pypy/module/cpyext
Author: Devin Jeanpierre
Branch:
Changeset: r80201:954e1682cf0d
Date: 2015-10-12 02:04 -0700
http://bitbucket.org/pypy/pypy/changeset/954e1682cf0d/
Log:Add tests for tb_next.
diff --git a/pypy/module/cpyext/test/test_traceback.py
b/pypy/module/cpyext/test/test_traceback.py
--- a/pypy
Author: Devin Jeanpierre
Branch:
Changeset: r80198:d8a5dd4228df
Date: 2015-10-05 16:00 -0700
http://bitbucket.org/pypy/pypy/changeset/d8a5dd4228df/
Log:Remove obsolete TODO.
diff --git a/pypy/module/cpyext/pytraceback.py
b/pypy/module/cpyext/pytraceback.py
--- a/pypy/module/cpyext
Author: Devin Jeanpierre
Branch:
Changeset: r80200:28e0799f9721
Date: 2015-10-06 10:23 -0700
http://bitbucket.org/pypy/pypy/changeset/28e0799f9721/
Log:Fixed whitespace formatting.
diff --git a/pypy/module/cpyext/test/test_traceback.py
b/pypy/module/cpyext/test/test_traceback.py
--- a
Author: Devin Jeanpierre
Branch:
Changeset: r80199:0ffacb607d98
Date: 2015-10-06 10:18 -0700
http://bitbucket.org/pypy/pypy/changeset/0ffacb607d98/
Log:Rewrote test_traceback assertions to useapplication level equality.
Also fixed formatting to keep within 80 characters.
diff
Author: Devin Jeanpierre
Branch:
Changeset: r80197:6e335c196a45
Date: 2015-10-04 23:35 -0700
http://bitbucket.org/pypy/pypy/changeset/6e335c196a45/
Log:Expose traceback fields in cpyext, and expose PyFrameObject as
"struct _frame".
diff --git a/pypy/module/cpyext/__init__
Author: Devin Jeanpierre
Branch:
Changeset: r1755:c5225f44a522
Date: 2015-04-14 21:52 -0400
http://bitbucket.org/pypy/stmgc/changeset/c5225f44a522/
Log:Expand/clarify documentation of stm_become_inevitable.
diff --git a/c7/stmgc.h b/c7/stmgc.h
--- a/c7/stmgc.h
+++ b/c7/stmgc.h
@@ -340,8