-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Unused C tracing code in bdb #136980
Copy link
Copy link
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Feature or enhancement
Proposal:
Remove unused C tracing code in bdb
The
c_call,c_return, andc_exceptionevents have historically (since c69ebe8) been dispatched toc_profilefuncand neverc_tracefunc.Dead codes related to
c_tracefuncdispatching needs to be removed.Where it was introduced
c69ebe8#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59deR3426-R3461
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs