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 douglas-raillard-arm
Recipients douglas-raillard-arm, methane, terry.reedy
Date 2021-08-05.09:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628154092.03.0.282440665767.issue44749@roundup.psfhosted.org>
In-reply-to
Content
I ended up with a slightly different API that allows me to preemptively set some global names before the code runs in the module, so my use case sort of vanished. I don't think there is a real need of beating the dead horse here.

My only suggestion on the topic is that since the feature is not documented and is not really usable anyway, we might as well remove the slow path in LOAD_GLOBAL (unless there is a use case for having LOAD_GLOBAL and not LOAD_NAME I'm missing)
History
Date User Action Args
2021-08-05 09:01:32douglas-raillard-armsetrecipients: + douglas-raillard-arm, terry.reedy, methane
2021-08-05 09:01:32douglas-raillard-armsetmessageid: <1628154092.03.0.282440665767.issue44749@roundup.psfhosted.org>
2021-08-05 09:01:32douglas-raillard-armlinkissue44749 messages
2021-08-05 09:01:31douglas-raillard-armcreate