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 bkabrda, rkuska, serhiy.storchaka, vstinner
Date 2015-12-02.10:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449052125.55.0.694784340963.issue19527@psf.upfronthosting.co.za>
In-reply-to
Content
COUNT_ALLOCS was added 22 years ago. I guess that the usecase is to track memory leaks, right?

branch:      legacy-trunk
user:        Sjoerd Mullender <sjoerd@acm.org>
date:        Mon Oct 11 12:54:31 1993 +0000
files:       Include/object.h Modules/arraymodule.c Modules/config.c.in Modules/imageop.c Modules/imgfile.c Objects/floatobject.c Objects/intobject.c Objects/listobj
description:
* Extended X interface: pixmap objects, colormap objects visual objects,
  image objects, and lots of new methods.
* Added counting of allocations and deallocations of builtin types if
  COUNT_ALLOCS is defined.  Had to move calls to NEWREF down in some
  files.
* Bug fix in sorting lists.
History
Date User Action Args
2015-12-02 10:28:45vstinnersetrecipients: + vstinner, serhiy.storchaka, bkabrda, rkuska
2015-12-02 10:28:45vstinnersetmessageid: <1449052125.55.0.694784340963.issue19527@psf.upfronthosting.co.za>
2015-12-02 10:28:45vstinnerlinkissue19527 messages
2015-12-02 10:28:45vstinnercreate