summaryrefslogtreecommitdiff
path: root/tools/allocation_tracking/alloc_hook.pyx
Commit message (Collapse)AuthorAgeFilesLines
* Wrap hook functions with GIL, add example.Thouis (Ray) Jones2012-06-181-0/+42
Wraps the SetHook and calls to the hook with the GIL, to prevent races. Adds an example of using the interface for callbacks into python code.