Skip to content

bpo-33277: Hack to proxy module attributes through their spec#29078

Draft
warsaw wants to merge 2 commits into
python:mainfrom
warsaw:issue33277
Draft

bpo-33277: Hack to proxy module attributes through their spec#29078
warsaw wants to merge 2 commits into
python:mainfrom
warsaw:issue33277

Conversation

@warsaw
Copy link
Copy Markdown
Member

@warsaw warsaw commented Oct 20, 2021

@brettcannon This is a total hack but shows generally what I was thinking about as a way to transition away from module attributes to ModuleSpec attributes.

https://bugs.python.org/issue33277

@warsaw
Copy link
Copy Markdown
Member Author

warsaw commented Oct 20, 2021

Yeah, okay, the test suite fails pretty quickly. Clearly a WIP.

@brettcannon brettcannon removed their request for review November 16, 2021 19:38
@brettcannon
Copy link
Copy Markdown
Member

Once this leaves the draft stage and my review is still desired, please feel free to add the review request back.