Message322221
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka, skrah |
| Date | 2018-07-23.14:01:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532354482.59.0.56676864532.issue34201@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
memoryview.readonly is a bool, but ndarray.readonly is an int 0 or 1. The proposed PR makes ndarray.readonly a bool and makes test_buffer using more strict assertIs() instead of assertEqual() for testing boolean values. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-23 14:01:22 | serhiy.storchaka | set | recipients: + serhiy.storchaka, skrah |
| 2018-07-23 14:01:22 | serhiy.storchaka | set | messageid: <1532354482.59.0.56676864532.issue34201@psf.upfronthosting.co.za> |
| 2018-07-23 14:01:22 | serhiy.storchaka | link | issue34201 messages |
| 2018-07-23 14:01:22 | serhiy.storchaka | create | |