Message264594
| Author | serhiy.storchaka |
|---|---|
| Recipients | loewis, serhiy.storchaka, vstinner |
| Date | 2016-05-01.12:04:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1462104277.76.0.466099351707.issue26900@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Added PyAPI_FUNC(PyObject *) _PyObject_GenericGetAttrWithDict(PyObject *, PyObject *, PyObject *); PyAPI_FUNC(int) _PyObject_GenericSetAttrWithDict(PyObject *, PyObject *, PyObject *, PyObject *); PyAPI_FUNC(int) _Py_fstat(int fd, struct _Py_stat_struct *status); PyAPI_FUNC(void) _PyEval_FiniThreads(void); |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-01 12:04:38 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, vstinner |
| 2016-05-01 12:04:37 | serhiy.storchaka | set | messageid: <1462104277.76.0.466099351707.issue26900@psf.upfronthosting.co.za> |
| 2016-05-01 12:04:37 | serhiy.storchaka | link | issue26900 messages |
| 2016-05-01 12:04:37 | serhiy.storchaka | create | |