Message 257993 - Python tracker
Message257993
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, alexandre.vassalotti, barry, josh.r, kitterma, nadeem.vawda, pitrou, python-dev, serhiy.storchaka |
| Date | 2016-01-11.17:50:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1452534603.32.0.642259323532.issue22995@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Therefore my guess was true. There is a bug in Cython. It creates classes that can't be correctly unpickled or copied. The question is wherever we should replace TypeError with a warning in maintained releases, or remove this check at all? Here is a patch against 3.5 that replaces TypeError with a warning. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-11 17:50:03 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, pitrou, alexandre.vassalotti, nadeem.vawda, Arfrever, kitterma, python-dev, josh.r |
| 2016-01-11 17:50:03 | serhiy.storchaka | set | messageid: <1452534603.32.0.642259323532.issue22995@psf.upfronthosting.co.za> |
| 2016-01-11 17:50:03 | serhiy.storchaka | link | issue22995 messages |
| 2016-01-11 17:50:02 | serhiy.storchaka | create | |