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 alexandre.vassalotti, blarsen, pitrou, serhiy.storchaka
Date 2015-07-14.04:30:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436848218.1.0.356646222094.issue24630@psf.upfronthosting.co.za>
In-reply-to
Content
Can't reproduce the crash with current sources. In both examples the result is an exception:

_pickle.UnpicklingError: NEWOBJ_EX class argument must be a type, not float

How an ob_type field of cls can be set to 0?
History
Date User Action Args
2015-07-14 04:30:18serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, blarsen
2015-07-14 04:30:18serhiy.storchakasetmessageid: <1436848218.1.0.356646222094.issue24630@psf.upfronthosting.co.za>
2015-07-14 04:30:17serhiy.storchakalinkissue24630 messages
2015-07-14 04:30:17serhiy.storchakacreate