This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients njs, pitrou, python-dev, vstinner
Date 2016-09-01.13:56:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472738185.22.0.180461074045.issue26530@psf.upfronthosting.co.za>
In-reply-to
Content
> I may be a bit confused, but the "domain" integer you added in issue 26588 doesn't seem to be part of this API... Is it deliberate?

They are part of this API.

msg262180: """Ok, I added the following C functions:

  int _PyTraceMalloc_Track(_PyTraceMalloc_domain_t domain, Py_uintptr_t ptr, size_t size);
  int _PyTraceMalloc_Untrack(_PyTraceMalloc_domain_t domain, Py_uintptr_t ptr);

(...)"""

The domain 0 is used to track Python memory allocations.
History
Date User Action Args
2016-09-01 13:56:25vstinnersetrecipients: + vstinner, pitrou, njs, python-dev
2016-09-01 13:56:25vstinnersetmessageid: <1472738185.22.0.180461074045.issue26530@psf.upfronthosting.co.za>
2016-09-01 13:56:25vstinnerlinkissue26530 messages
2016-09-01 13:56:25vstinnercreate