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.

classification
Title: sys.getrefcount should be in gc
Type: enhancement Stage: test needed
Components: Interpreter Core Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, jimjjewett
Priority: normal Keywords:

Created on 2006-05-24 21:00 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg61237 - (view) Author: Jim Jewett (jimjjewett) Date: 2006-05-24 21:00
sys.getrefcount should be in the gc module, at least 
as an alias.
msg83916 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-03-21 03:10
I'm rejecting this because the its too late to change this in Py3k. If
thee was some Python-dev agreement to make an alias, then please reopen.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43406
2009-03-21 03:10:15benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg83916

resolution: rejected
2009-03-21 02:47:19ajaksu2setstage: test needed
versions: + Python 3.1, Python 2.7
2006-05-24 21:00:48jimjjewettcreate