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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
a26379ad
Commit
a26379ad
authored
Jul 20, 2009
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable tracing for now.
parent
5451b361
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Cython/Compiler/Nodes.py
Cython/Compiler/Nodes.py
+1
-1
tests/bugs.txt
tests/bugs.txt
+3
-0
No files found.
Cython/Compiler/Nodes.py
View file @
a26379ad
...
...
@@ -5788,7 +5788,7 @@ proto="""
# but maybe some other profilers don't.
trace_utility_code
=
UtilityCode
(
proto
=
"""
#define CYTHON_TRACING
1
#define CYTHON_TRACING
0
#define CYTHON_TRACING_REUSE_FRAME 0
#if CYTHON_TRACING
...
...
tests/bugs.txt
View file @
a26379ad
...
...
@@ -14,3 +14,6 @@ large_consts_T237
bad_c_struct_T252
missing_baseclass_in_predecl_T262
ifelseexpr_T267
# Not yet enabled
profile_test
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