aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaggie Moss <MaggieMoss@users.noreply.github.com>2020-09-09 13:23:24 -0700
committerGitHub <noreply@github.com>2020-09-09 21:23:24 +0100
commit1b4552c5e8e925f24c15f707050f22c977171125 (patch)
tree15102b9c349e4cde9904a1eb3ec1cf3099b877bc /Makefile.pre.in
parentbpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128) (diff)
downloadcpython-1b4552c5e8e925f24c15f707050f22c977171125.tar.gz
cpython-1b4552c5e8e925f24c15f707050f22c977171125.tar.bz2
cpython-1b4552c5e8e925f24c15f707050f22c977171125.zip
bpo-41428: Implementation for PEP 604 (GH-21515)
See https://www.python.org/dev/peps/pep-0604/ for more information. Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5d3ac705a36..921bd08ea50 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -432,6 +432,7 @@ OBJECT_OBJS= \
Objects/typeobject.o \
Objects/unicodeobject.o \
Objects/unicodectype.o \
+ Objects/unionobject.o \
Objects/weakrefobject.o
##########################################################################
@@ -1128,6 +1129,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_sysmodule.h \
$(srcdir)/Include/internal/pycore_traceback.h \
$(srcdir)/Include/internal/pycore_tuple.h \
+ $(srcdir)/Include/internal/pycore_unionobject.h \
$(srcdir)/Include/internal/pycore_warnings.h \
$(DTRACE_HEADERS)