summaryrefslogtreecommitdiff
path: root/tools/allocation_tracking/sorttable.js
Commit message (Collapse)AuthorAgeFilesLines
* DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-181-493/+0
| | | | | | | | | | | | | * DEP: remove allocation_tracking * DOC: add release note * DEP: deprecate PyDataMem_SetEventHook * DOC: fix name of release note * fixes from review * DOC: document deprecation of PyDataMem_EventHookFunc
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-4/+4
|
* Wrap hook functions with GIL, add example.Thouis (Ray) Jones2012-06-181-0/+493
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.