Message305878
| Author | serhiy.storchaka |
|---|---|
| Recipients | docs@python, serhiy.storchaka |
| Date | 2017-11-08.16:24:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1510158281.4.0.213398074469.issue31983@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Private macros Py_SETREF and Py_XSETREF were introduced in 3.6 and backported to all maintained versions for fixing bugs (see issue20440 and issue26200). They are helpful and used not only for the primary purpose, but also for simplifying the code. Their names don't start from underscore because I planned to make them public and didn't want massive renaming and backporting conflicts. Now I think it is a time to add them officially to the stable C API. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-08 16:24:41 | serhiy.storchaka | set | recipients: + serhiy.storchaka, docs@python |
| 2017-11-08 16:24:41 | serhiy.storchaka | set | messageid: <1510158281.4.0.213398074469.issue31983@psf.upfronthosting.co.za> |
| 2017-11-08 16:24:41 | serhiy.storchaka | link | issue31983 messages |
| 2017-11-08 16:24:41 | serhiy.storchaka | create | |