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 random832
Recipients random832
Date 2016-04-21.00:20:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461198016.05.0.40690695807.issue26811@psf.upfronthosting.co.za>
In-reply-to
Content
I was writing something that iterates over all objects in gc.get_objects(). I don't know precisely where the offending tuple is coming from, but nearby objects in gc.get_objects() appear to be related to frozen_importlib.

A tuple exists somewhere with a null pointer in it. Attempting to iterate over it or access its item results in a segmentation fault.

I confirmed this on both Linux and OSX.

Python 3.6.0a0 (default:778ccbe3cf74, Apr 20 2016, 20:17:38)
History
Date User Action Args
2016-04-21 00:20:16random832setrecipients: + random832
2016-04-21 00:20:16random832setmessageid: <1461198016.05.0.40690695807.issue26811@psf.upfronthosting.co.za>
2016-04-21 00:20:15random832linkissue26811 messages
2016-04-21 00:20:13random832create