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 Jonathan Crall
Recipients BTaskaya, Jonathan Crall, vstinner
Date 2020-04-29.15:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588173086.19.0.68465358403.issue40438@roundup.psfhosted.org>
In-reply-to
Content
Ah, sorry. I neglected all the important information. 

I tested this using: 

Python 3.9.0a5 (default, Apr 23 2020, 14:11:34) 
[GCC 8.3.0]


Specifically, I ran in a docker container: 

DOCKER_IMAGE=circleci/python:3.9-rc
docker pull $DOCKER_IMAGE
docker run --rm -it $DOCKER_IMAGE bash

And then in the bash shell in the docker image I ran:

python -c "print(eval(compile('[i for i in range(3)]', mode='eval', filename='foo', flags=221184)))"
History
Date User Action Args
2020-04-29 15:11:26Jonathan Crallsetrecipients: + Jonathan Crall, vstinner, BTaskaya
2020-04-29 15:11:26Jonathan Crallsetmessageid: <1588173086.19.0.68465358403.issue40438@roundup.psfhosted.org>
2020-04-29 15:11:26Jonathan Cralllinkissue40438 messages
2020-04-29 15:11:26Jonathan Crallcreate