Skip to content

Commit bbf6d2e

Browse files
authored
Update Include/internal/pycore_ceval.h
1 parent 1885e94 commit bbf6d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/internal/pycore_ceval.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ _Py_Check_ArgsIterable(PyThreadState *tstate, PyObject *func, PyObject *args);
314314
* Indicate whether a special method of given 'oparg' can use the (improved)
315315
* alternative error message instead. Only methods loaded by LOAD_SPECIAL
316316
* support alternative error messages.
317+
*
318+
* Symbol is exported for the JIT (see discussion on GH-132218).
317319
*/
318320
extern int
319321
_PyEval_SpecialMethodCanSuggest(PyObject *self, int oparg);

0 commit comments

Comments
 (0)