Skip to content

Commit a17f442

Browse files
committed
pyconfig is ours, _cpython_sre was _sre in CPython
1 parent 44780e5 commit a17f442

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mx.graalpython/copyrights/overrides

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ graalpython/com.oracle.graal.python.cext/include/patchlevel.h,python.copyright
107107
graalpython/com.oracle.graal.python.cext/include/polyglot.h,no.copyright
108108
graalpython/com.oracle.graal.python.cext/include/pyarena.h,python.copyright
109109
graalpython/com.oracle.graal.python.cext/include/pycapsule.h,python.copyright
110-
graalpython/com.oracle.graal.python.cext/include/pyconfig.h,python.copyright
111110
graalpython/com.oracle.graal.python.cext/include/pyctype.h,python.copyright
112111
graalpython/com.oracle.graal.python.cext/include/pydebug.h,python.copyright
113112
graalpython/com.oracle.graal.python.cext/include/pyerrors.h,python.copyright

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ def import_python_sources(args):
759759
# mappings for files that are renamed
760760
mapping = {
761761
"_memoryview.c": "memoryobject.c",
762+
"_cpython_sre.c": "_sre.c",
762763
}
763764
parser = ArgumentParser(prog='mx python-src-import')
764765
parser.add_argument('--cpython', action='store', help='Path to CPython sources', required=True)

0 commit comments

Comments
 (0)