Message 285709 - Python tracker
Message285709
| Author | vstinner |
|---|---|
| Recipients | methane, vstinner |
| Date | 2017-01-18.09:04:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484730285.0.0.960009012423.issue29306@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I added the following new functions to Python 3.6: * _PyObject_FastCallDict() * _PyObject_FastCallKeywords() * _PyFunction_FastCallDict() * _PyFunction_FastCallKeywords() * _PyCFunction_FastCallDict() * _PyCFunction_FastCallKeywords() I'm not sure that these functions update correctly the "recursion_depth" counter using Py_EnterRecursiveCall() and Py_LeaveRecursiveCall(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-18 09:04:45 | vstinner | set | recipients: + vstinner, methane |
| 2017-01-18 09:04:45 | vstinner | set | messageid: <1484730285.0.0.960009012423.issue29306@psf.upfronthosting.co.za> |
| 2017-01-18 09:04:44 | vstinner | link | issue29306 messages |
| 2017-01-18 09:04:44 | vstinner | create | |