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

Commitea1f7f6

Browse files
authored
PyLong_GetSign will be added in 3.140a0 (#102)
1 parent18d1df7 commitea1f7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pythoncapi_compat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,8 +1339,8 @@ PyDict_SetDefaultRef(PyObject *d, PyObject *key, PyObject *default_value,
13391339
#endif
13401340

13411341

1342-
// gh-116560 added PyLong_GetSign() to Python 3.14a4
1343-
#if PY_VERSION_HEX <0x030E00A1
1342+
// gh-116560 added PyLong_GetSign() to Python 3.14.0a0
1343+
#if PY_VERSION_HEX <0x030E00A0
13441344
staticinlineintPyLong_GetSign(PyObject *obj,int *sign)
13451345
{
13461346
if (!PyLong_Check(obj)) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp