◐ Shell
clean mode source ↗

Message 414800 - Python tracker

Message414800

Author dom1310df
Recipients VA, YakoYakoYokuYoku, alex.gronholm, brett.cannon, christian.heimes, dom1310df, dstufft, erlendaasland, eschwartz, hauntsaninja, hukkinj1, mcepl, mgorny, njs, petr.viktorin, pradyunsg, skoslowski, xtreak
Date 2022-03-09.12:52:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646830322.84.0.185391914911.issue40059@roundup.psfhosted.org>
In-reply-to
Content
When building Python from source (as of the latest GitHub commit) the tomllib directory doesn't actually get copied over to the install prefix.

It looks like an entry's needed in Makefile.pre.in under LIBSUBDIRS, along the lines of https://github.com/python/cpython/pull/13563 and https://github.com/python/cpython/pull/30311
History
Date User Action Args
2022-03-09 12:52:02dom1310dfsetrecipients: + dom1310df, brett.cannon, christian.heimes, mcepl, njs, petr.viktorin, alex.gronholm, mgorny, dstufft, pradyunsg, eschwartz, VA, xtreak, skoslowski, erlendaasland, hauntsaninja, hukkinj1, YakoYakoYokuYoku
2022-03-09 12:52:02dom1310dfsetmessageid: <1646830322.84.0.185391914911.issue40059@roundup.psfhosted.org>
2022-03-09 12:52:02dom1310dflinkissue40059 messages
2022-03-09 12:52:02dom1310dfcreate