This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients brett.cannon, corona10, eric.snow, lemburg
Date 2021-10-20.12:01:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1b8c02e2-987c-66e1-9bce-a637a557b8b3@egenix.com>
In-reply-to <452fb543-4c86-174a-d27a-a727f3986f7c@egenix.com>
Content
On 19.10.2021 18:47, Marc-Andre Lemburg wrote:
> 
>> On Sat, Oct 16, 2021 at 5:01 AM Marc-Andre Lemburg
>> <report@bugs.python.org> wrote:
>>> I can try to port PyRun to 3.9 and 3.10 to see whether I run into any issues.
>>> Would that help ?
>>
>> Yeah, that would totally help.
> 
> Ok, I'll start looking into this and post updates here.

I have PyRun mostly working with Python 3.9. Still need to add a few
new C modules, but the basics work.

No changes were necessary to Tools/freeze/. The PGO build complains
about test_embed not working - no surprise there. I'll patch the suite
to ignore the test.

BTW: Why is test_embed even used for the PGO target ?
History
Date User Action Args
2021-10-20 12:01:30lemburgsetrecipients: + lemburg, brett.cannon, eric.snow, corona10
2021-10-20 12:01:30lemburglinkissue45395 messages
2021-10-20 12:01:30lemburgcreate