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 rhettinger, vstinner
Date 2020-01-29.21:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The COUNT_ALLOCS feature itself is quite old. It was added 27 years ago (in 1993):

commit a9c3c22c33762699b362e7598268442fd2df9eb6
Author: Sjoerd Mullender <[email protected]>
Date:   Mon Oct 11 12:54:31 1993 +0000

    * 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
2020-01-29 21:43:31vstinnersetrecipients: + vstinner, rhettinger
2020-01-29 21:43:31vstinnersetmessageid: <[email protected]>
2020-01-29 21:43:31vstinnerlinkissue39489 messages
2020-01-29 21:43:30vstinnercreate