An error occurred fetching the project authors.
- 23 Jul, 2017 1 commit
-
-
Stefan Behnel authored
-
- 18 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
This brings the overhead to about 10%, or 20ns per traceback.
-
- 17 Jul, 2017 1 commit
-
-
Stefan Behnel authored
allow enabling/disabling C line display in tracebacks with a new C compile time macro CYTHON_CLINE_IN_TRACEBACK=0/1
-
- 16 Jul, 2017 3 commits
-
-
Stefan Behnel authored
extract C-line handling from AddTraceback() into separate function to keep AddTraceback() available as a shared header file
-
Stefan Behnel authored
use faster __Pyx_PyObject_GetAttrStr() implementation and avoid static Python string reference in AddTraceback() helper
-
Robert Bradshaw authored
-
- 15 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
See #1719.
-
- 28 May, 2017 1 commit
-
-
Robert Bradshaw authored
Also changes the default to False.
-
- 31 Jul, 2016 1 commit
-
-
Stefan Behnel authored
-
- 30 Jul, 2016 1 commit
-
-
Stefan Behnel authored
replace generic "COMPILING_IN_*" C macros with feature specific guards that allow a more fine-grained adaptation to C-API implementations
-
- 21 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 20 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 17 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 28 Aug, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 06 Jun, 2015 1 commit
-
-
Stefan Behnel authored
-
- 03 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 08 Mar, 2015 1 commit
-
-
Lisandro Dalcin authored
-
- 28 Feb, 2015 1 commit
-
-
Stefan Behnel authored
-
- 05 Oct, 2014 1 commit
-
-
Stefan Behnel authored
-
- 03 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 01 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 22 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 10 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 07 Jan, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 31 Dec, 2013 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
back up and restore complete exception state around 'finally' clauses; move current exception into sys.exc_info in Py3 to match Py3 semantics
-
Stefan Behnel authored
-
- 23 Nov, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
let CPython do the exception instantiation on 'raise' in Py3 to make sure we handle all special cases correctly
-
- 15 Feb, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Feb, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : rebase_source : 9ad9c4ea052a3eae0888f02a07ba4c40d62ddddf
-
- 28 Aug, 2012 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
always instantiate exceptions directly when raising them, fix Py3 crash when an exception type does not create an exception instance (works in Py2, although not in PyPy)
-
- 24 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-