Skip to content

Import __hello__ no longer working #115174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nhumrich opened this issue Feb 8, 2024 · 1 comment
Closed

Import __hello__ no longer working #115174

nhumrich opened this issue Feb 8, 2024 · 1 comment
Labels
type-bug An unexpected behavior, bug, or error

Comments

@nhumrich
Copy link

nhumrich commented Feb 8, 2024

Bug report

Bug description:

import __hello__

is no longer working as intended. I have tested on linux on 3.11.6 as well as in a docker container on 3.12.2.

$ docker run -it python
Unable to find image 'python:latest' locally
latest: Pulling from library/python
6a299ae9cfd9: Pull complete 
e08e8703b2fb: Pull complete 
68e92d11b04e: Pull complete 
5b9fe7fef9be: Pull complete 
09864a904dd0: Pull complete 
a21b4eeffed1: Pull complete 
14fa1d442750: Pull complete 
4c1733c93f94: Pull complete 
Digest: sha256:5eda1a3e78a90e7542c221cf525233f4b958a5778e61bcc350cc1e0d2bcf7ecf
Status: Downloaded newer image for python:latest
Python 3.12.2 (main, Feb  7 2024, 21:28:35) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import __hello__
>>> import __hello__
>>> print('Hello world...')
Hello world...
>>> 

CPython versions tested on:

3.11, 3.12

Operating systems tested on:

Linux

@nhumrich nhumrich added the type-bug An unexpected behavior, bug, or error label Feb 8, 2024
@AlexWaygood
Copy link
Member

Duplicate of #100136

@AlexWaygood AlexWaygood marked this as a duplicate of #100136 Feb 8, 2024
@AlexWaygood AlexWaygood closed this as not planned Won't fix, can't repro, duplicate, stale Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants