COMMITS
/ Modules/_tracemalloc.c January 14, 2022
M
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
Miss Islington (bot) committed
October 7, 2021
M
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
Miss Islington (bot) committed
October 13, 2020
Y
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
Yunlongs committed
June 27, 2020
C
Remove dead code from tracemalloc (GH-21029)
Christian Heimes committed
May 22, 2020
H
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson committed
May 13, 2020
V
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner committed
V
bpo-40609: _tracemalloc allocates traces (GH-20064)
Victor Stinner committed
V
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
Victor Stinner committed
V
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
Victor Stinner committed
May 12, 2020
V
bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059)
Victor Stinner committed
V
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner committed
April 29, 2020
V
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner committed
V
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner committed
April 28, 2020
V
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner committed
V
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner committed
March 25, 2020
V
bpo-39947: Use PyThreadState_GetFrame() (GH-19159)
Victor Stinner committed
March 9, 2020
S
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
Serhiy Storchaka committed
February 5, 2020
V
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner committed
November 20, 2019
B
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
Brandt Bucher committed
October 15, 2019
J
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou committed
September 5, 2019
J
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye committed
May 19, 2019
V
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner committed
November 13, 2018
V
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner committed
October 25, 2018
V
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner committed
V
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner committed
November 16, 2017
V
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
July 25, 2017
S
bpo-31018: Switch to #pragma pack from __declspec(align) (#2848)
Segev Finer committed
July 18, 2017
X
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)
Xiang Zhang committed
June 20, 2017
V
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner committed
February 5, 2017
S
Issue #20186: Regenerated Argument Clinic.
Serhiy Storchaka committed
February 4, 2017
S
Issue #20186: Converted the tracemalloc module to Argument Clinic.
Serhiy Storchaka committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
May 17, 2016
D
- make some internal symbols static
doko@ubuntu.com committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 15, 2016
M
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter committed
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
March 23, 2016
V
_tracemalloc: use compact key for traces
Victor Stinner committed
V
Cleanup hashtable.h
Victor Stinner committed
V
Issue #26588:
Victor Stinner committed
V
Issue #26588:
Victor Stinner committed