Message332754
| Author | serhiy.storchaka |
|---|---|
| Recipients | ned.deily, rhettinger, serhiy.storchaka |
| Date | 2018-12-30.18:05:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1546193111.93.0.549327169278.issue32492@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
There are few post-commit tweaks in PR 11367: * Removed the docstrings cache. I have not found significant difference, but this make the code simpler. * Improved tests. Merged test_doc_writable and test_namedtuple_can_mutate_doc_of_descriptors_independently in the single test, added tests for immutability, hashing, field descriptors and help(), and rewriting old checks that used eval(). * Unified names of tp_descr_get and tp_descr_set functions. This will help to search implementations of custom descriptors. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-30 18:05:12 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, ned.deily |
| 2018-12-30 18:05:11 | serhiy.storchaka | set | messageid: <1546193111.93.0.549327169278.issue32492@roundup.psfhosted.org> |
| 2018-12-30 18:05:11 | serhiy.storchaka | link | issue32492 messages |
| 2018-12-30 18:05:11 | serhiy.storchaka | create | |