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 pablogsal
Recipients Jean_Abou_Samra, aroberge, pablogsal
Date 2022-03-03.01:54:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646272475.72.0.886489214572.issue46902@roundup.psfhosted.org>
In-reply-to
Content
I evaluated this, but is considerably more complex than the regular import, because one triggers an attribute error where we have the full module but in the second case we don't have the full module ready, so it requires considerable modifications.

I will investigate again if there is a way that doesn't require lots of changes, but is likely that we unfortunately need to reject this improvement :(
History
Date User Action Args
2022-03-03 01:54:35pablogsalsetrecipients: + pablogsal, aroberge, Jean_Abou_Samra
2022-03-03 01:54:35pablogsalsetmessageid: <1646272475.72.0.886489214572.issue46902@roundup.psfhosted.org>
2022-03-03 01:54:35pablogsallinkissue46902 messages
2022-03-03 01:54:35pablogsalcreate