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 serhiy.storchaka
Recipients akvadrako, benjamin.peterson, gvanrossum, serhiy.storchaka
Date 2017-10-10.19:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507663336.12.0.213398074469.issue31750@psf.upfronthosting.co.za>
In-reply-to
Content
The reason is that nobody provided good enough arguments for exposing a cell type in the types module. The initial argument "types should expose all types used by the interpreter" was found to be bad. There are a lot of types (like "stderrprinter" or "list_reverseiterator") that shouldn't be exposed.
History
Date User Action Args
2017-10-10 19:22:16serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, benjamin.peterson, akvadrako
2017-10-10 19:22:16serhiy.storchakasetmessageid: <1507663336.12.0.213398074469.issue31750@psf.upfronthosting.co.za>
2017-10-10 19:22:16serhiy.storchakalinkissue31750 messages
2017-10-10 19:22:16serhiy.storchakacreate