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 Arfrever, alexandre.vassalotti, barry, josh.r, nadeem.vawda, pitrou, python-dev, serhiy.storchaka
Date 2015-11-12.22:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447366552.6.0.968989572103.issue22995@psf.upfronthosting.co.za>
In-reply-to
Content
Was committed the restriction for tp_new == NULL.

New patch uses more complex condition for types that doesn't define any reduce-related methods. This case covers _csv.Dialect and memoryview (and buffer in 2.7, issue8323).
History
Date User Action Args
2015-11-12 22:15:52serhiy.storchakasetrecipients: + serhiy.storchaka, barry, pitrou, alexandre.vassalotti, nadeem.vawda, Arfrever, python-dev, josh.r
2015-11-12 22:15:52serhiy.storchakasetmessageid: <1447366552.6.0.968989572103.issue22995@psf.upfronthosting.co.za>
2015-11-12 22:15:52serhiy.storchakalinkissue22995 messages
2015-11-12 22:15:51serhiy.storchakacreate