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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes
Date 2008-08-22.22:20:03
SpamBayes Score 0.09415219
Marked as misclassified No
Message-id <1219443606.36.0.973638161921.issue3651@psf.upfronthosting.co.za>
In-reply-to
Content
The leaked reference refers to the bytes object which encodes the code
being compiled:
>>> for x in range(1000): compile("1", "test", "eval")
>>> sys.getrefcount(b'1')
1004
History
Date User Action Args
2008-08-22 22:20:06amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, christian.heimes
2008-08-22 22:20:06amaury.forgeotdarcsetmessageid: <1219443606.36.0.973638161921.issue3651@psf.upfronthosting.co.za>
2008-08-22 22:20:04amaury.forgeotdarclinkissue3651 messages
2008-08-22 22:20:04amaury.forgeotdarccreate