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 vstinner
Recipients scoder, serhiy.storchaka, vstinner
Date 2016-03-09.16:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457542265.11.0.526625828967.issue26519@psf.upfronthosting.co.za>
In-reply-to
Content
> This was a bug in Cython and it is fixed now.

If the change is deliberate, can you please mention it in "What's New in Python 3.6" doc? Especially in the "Porting to Python 3.6" section:
https://docs.python.org/dev/whatsnew/3.6.html#porting-to-python-3-6

Can you suggest a fix in the doc? I guess that a method should be added: __reduce__(), __reduce_ex__() or __getstate__()?
History
Date User Action Args
2016-03-09 16:51:05vstinnersetrecipients: + vstinner, scoder, serhiy.storchaka
2016-03-09 16:51:05vstinnersetmessageid: <1457542265.11.0.526625828967.issue26519@psf.upfronthosting.co.za>
2016-03-09 16:51:05vstinnerlinkissue26519 messages
2016-03-09 16:51:04vstinnercreate