Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Changes
* On-import profiling is now more aggressive so that it doesn't miss entities
like class methods and properties
* ``LineProfiler`` can now be used as a class decorator
* FIX: Fixed line tracing for Cython code; superseded use of the legacy tracing system with ``sys.monitoring``

4.2.0
~~~~~
Expand Down
7 changes: 0 additions & 7 deletions docs/source/auto/line_profiler.unset_trace.rst

This file was deleted.

1 change: 0 additions & 1 deletion line_profiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ add_cython_target(${module_name} "${cython_source}" C OUTPUT_VAR sources)

# Add any other non-cython dependencies to the sources
list(APPEND sources
"${CMAKE_CURRENT_SOURCE_DIR}/unset_trace.c"
"${CMAKE_CURRENT_SOURCE_DIR}/timers.c"
)
message(STATUS "[OURS] sources = ${sources}")
Expand Down
Loading
Loading