Glyph on Nostr: b.__globals__ obviously doesn't work, 'x' isn't in there. There's no b.__locals__. ...
b.__globals__ obviously doesn't work, 'x' isn't in there. There's no b.__locals__. 'x' isn't closed over so there's no hint in b.__closure__. for similar reasons. inspect.get_annotations(b, eval_str=True) raises a NameError. is the 'x' alias just … gone?
Published at
2024-08-15 01:21:56Event JSON
{
"id": "866778adadf45ebe12711dfc086fa0bdcd6c073ac7280ed8b70775002325b119",
"pubkey": "bd385aa0b579765c6883c5b0eb17e8ae350c988c659510be1e8453557ee38784",
"created_at": 1723684916,
"kind": 1,
"tags": [
[
"e",
"d7aa90c81e2ef339a7b5d68c9a1525ed8b9b9f7029fa14037377a002d18fcf23",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://mastodon.social/users/glyph/statuses/112963414684688010",
"activitypub"
]
],
"content": "b.__globals__ obviously doesn't work, 'x' isn't in there. There's no b.__locals__. 'x' isn't closed over so there's no hint in b.__closure__. for similar reasons. inspect.get_annotations(b, eval_str=True) raises a NameError. is the 'x' alias just … gone?",
"sig": "926bb4d7372976b22db3e839c9c27586f0ebc2acac97a15e47864e52208ec9b40441cc9173309d0d1942a4d2acb67f5064868cac1b511bc1592bddc67b2dd57a"
}