Benjamin Peterson
|
4a757609d1
|
do not memcpy from NULL
|
2016-09-06 19:03:40 -07:00 |
Victor Stinner
|
293f3f526d
|
Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C
size_t, because %zi/%u is not supported on all platforms.
|
2014-07-01 08:57:10 +02:00 |
Victor Stinner
|
d9a7352348
|
Issue #21036: Fix typo in macro name
_PY_HASHTABLE_ENTRY_DATA => _Py_HASHTABLE_ENTRY_DATA
|
2014-03-24 22:34:34 +01:00 |
Victor Stinner
|
ed3b0bca3e
|
Issue #18874: Implement the PEP 454 (tracemalloc)
|
2013-11-23 12:27:24 +01:00 |