Skip to content

Commit 7006fc3

Browse files
committed
Sync structseq.c with CPython
1 parent a4226f5 commit 7006fc3

File tree

7 files changed

+566
-77
lines changed

7 files changed

+566
-77
lines changed

graalpython/com.oracle.graal.python.cext/src/capi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
#define _COMPLEX_DEFINED
7171
#endif
7272

73+
#define NEEDS_PY_IDENTIFIER
7374

7475
#include "Python.h"
7576
#include "datetime.h"

graalpython/com.oracle.graal.python.cext/src/sliceobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018, 2023, Oracle and/or its affiliates.
1+
/* Copyright (c) 2018, 2024, Oracle and/or its affiliates.
22
* Copyright (C) 1996-2017 Python Software Foundation
33
*
44
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2

0 commit comments

Comments
 (0)