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 akvadrako
Recipients akvadrako, serhiy.storchaka
Date 2017-10-10.18:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507661242.25.0.213398074469.issue31750@psf.upfronthosting.co.za>
In-reply-to
Content
I have just reread those discussions and I don't see any reasoning behind omitting the cell type. It is barely mentioned.

Basically, I need this type and it isn't exposed anywhere. I don't care where it is, but the only way to get it right now is a hack, for example:

a = [1]
def f(): return a
return type(f.__closure__[0])
History
Date User Action Args
2017-10-10 18:47:22akvadrakosetrecipients: + akvadrako, serhiy.storchaka
2017-10-10 18:47:22akvadrakosetmessageid: <1507661242.25.0.213398074469.issue31750@psf.upfronthosting.co.za>
2017-10-10 18:47:22akvadrakolinkissue31750 messages
2017-10-10 18:47:22akvadrakocreate