Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
e0ef44b4
Commit
e0ef44b4
authored
Jan 07, 2014
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unraisable traceback docs.
parent
25b65f76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
CHANGES.rst
CHANGES.rst
+3
-0
docs/src/reference/compilation.rst
docs/src/reference/compilation.rst
+3
-0
No files found.
CHANGES.rst
View file @
e0ef44b4
...
@@ -64,6 +64,9 @@ Features added
...
@@ -64,6 +64,9 @@ Features added
oft-used utility code once in a separate directory rather than as
oft-used utility code once in a separate directory rather than as
part of each generated file.
part of each generated file.
* ``unraisable_tracebacks`` directive added to control printing of
tracebacks of unraisable exceptions.
Bugs fixed
Bugs fixed
----------
----------
...
...
docs/src/reference/compilation.rst
View file @
e0ef44b4
...
@@ -363,6 +363,9 @@ Cython code. Here is the list of currently supported directives:
...
@@ -363,6 +363,9 @@ Cython code. Here is the list of currently supported directives:
internally without paying attention to cache consistency, this option can
internally without paying attention to cache consistency, this option can
be set to False.
be set to False.
``unraisable_tracebacks`` (True / False)
Whether to print tracebacks when suppressing unraisable exceptions.
How to set directives
How to set directives
---------------------
---------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment