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 Eric.Wieser
Recipients Eric.Wieser
Date 2018-04-12.08:47:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523522859.76.0.682650639539.issue33267@psf.upfronthosting.co.za>
In-reply-to
Content
Apologies, I missed the important part of that snippet:
```
In [3]: gc.collect(); x = make_array_ctype((1,)); del x; gc.collect()
Out[3]: 7
```
History
Date User Action Args
2018-04-12 08:47:39Eric.Wiesersetrecipients: + Eric.Wieser
2018-04-12 08:47:39Eric.Wiesersetmessageid: <1523522859.76.0.682650639539.issue33267@psf.upfronthosting.co.za>
2018-04-12 08:47:39Eric.Wieserlinkissue33267 messages
2018-04-12 08:47:39Eric.Wiesercreate