Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ac4e6c

Browse files
gh-134584: Remove custom float decref ops (GH-142576)
1 parentb3b644b commit0ac4e6c

File tree

15 files changed

+2606
-3131
lines changed

15 files changed

+2606
-3131
lines changed

‎Include/internal/pycore_ceval.h‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,6 @@ _Py_eval_breaker_bit_is_set(PyThreadState *tstate, uintptr_t bit)
377377
void_Py_set_eval_breaker_bit_all(PyInterpreterState*interp,uintptr_tbit);
378378
void_Py_unset_eval_breaker_bit_all(PyInterpreterState*interp,uintptr_tbit);
379379

380-
PyAPI_FUNC(_PyStackRef)_PyFloat_FromDouble_ConsumeInputs(_PyStackRefleft,_PyStackRefright,doublevalue);
381-
382380
#ifndefPy_SUPPORTS_REMOTE_DEBUG
383381
#if defined(__APPLE__)
384382
#include<TargetConditionals.h>

‎Include/internal/pycore_opcode_metadata.h‎

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp