-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
imp.new_module does not function correctly if the module is returned from a function and used directly #51389
Comments
See the testcase included. If you instead assign the result of the |
Updated the testcase to show that the __dict__ for the module is incorrect |
Fixed in r75437. |
Rebroken in r85392. See bpo-10068. |
Since that revision only touched py3k, I am guessing that it only broke 3.2. |
But there were r85393 (2.7) and r85394 (3.1). |
Work in progress in bpo-18214. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: