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 alexer
Recipients akx, alexer, benjamin.peterson
Date 2009-04-18.20:50:11
SpamBayes Score 1.2189095e-06
Marked as misclassified No
Message-id <1240087815.12.0.866889491377.issue5787@psf.upfronthosting.co.za>
In-reply-to
Content
Just verified that r71722 fixes all the builtins, however i just noticed
that some types under module types cause segfaults too.

Under python2.7 those are: CodeType BuiltinMethodType DictProxyType
GeneratorType GetSetDescriptorType EllipsisType FrameType InstanceType
MemberDescriptorType

Not sure, but i'm guessing there might be yet more types somewhere, that
need fixing (as the only places i've looked at are __builtins__ and
types - the first ones to cause problems/come to mind). Would there be
some way to find out all defined types, or to fix this for all types in
a single place?
History
Date User Action Args
2009-04-18 20:50:15alexersetrecipients: + alexer, benjamin.peterson, akx
2009-04-18 20:50:15alexersetmessageid: <1240087815.12.0.866889491377.issue5787@psf.upfronthosting.co.za>
2009-04-18 20:50:12alexerlinkissue5787 messages
2009-04-18 20:50:11alexercreate