[Python-checkins] bpo-40059: Fix installation of tomllib (GH-31784)

miss-islington webhook-mailer at python.org
Wed Mar 9 08:38:16 EST 2022


https://github.com/python/cpython/commit/23dcea5de736b367c0244042aaca10971538b2b4
commit: 23dcea5de736b367c0244042aaca10971538b2b4
branch: main
author: Dominic Davis-Foster <dominic at davis-foster.co.uk>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-03-09T05:38:00-08:00
summary:

bpo-40059: Fix installation of tomllib (GH-31784)

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1b40764b2ef95..9deffadb8881d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1869,6 +1869,7 @@ LIBSUBDIRS=	asyncio \
 		site-packages \
 		sqlite3 \
 		tkinter \
+		tomllib \
 		turtledemo \
 		unittest \
 		urllib \



More information about the Python-checkins mailing list