mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
no-issue: Fix typo in pycore_object.h (gh-99994)
This commit is contained in:
parent
854a878e4f
commit
bdc93b8a35
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ PyAPI_FUNC(PyObject *) _PyObject_LookupSpecial(PyObject *, PyObject *);
|
||||||
* match.
|
* match.
|
||||||
*
|
*
|
||||||
* Third party code unintentionally rely on problematic fpcasts. The call
|
* Third party code unintentionally rely on problematic fpcasts. The call
|
||||||
* trampoline mitigates common occurences of bad fpcasts on Emscripten.
|
* trampoline mitigates common occurrences of bad fpcasts on Emscripten.
|
||||||
*/
|
*/
|
||||||
#if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE)
|
#if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE)
|
||||||
#define _PyCFunction_TrampolineCall(meth, self, args) \
|
#define _PyCFunction_TrampolineCall(meth, self, args) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue