ɗ𐐩ʃƕρʋ on Nostr: npub18369m…z8jp6 PyPy has JIT, cPython doesn't (although the there is some work on ...
npub18369m6ejyjfh47ths7qrlvqcu8jvyzxnuysx72cpvg95jfvt9l0s5z8jp6 (npub1836…8jp6) PyPy has JIT, cPython doesn't (although the there is some work on adding a partial jit-like mechanism). But even cPython always compiled the files into bytecode (those are the .pyc files you can find that it caches on the disk if it has write access).
And going back to "circular dependencies", I don't even know what you mean. You can have circular imports – the module being imported will just not be fully initialized until it finishes... initializing. Or do you mean pip deps?
Published at
2023-12-14 16:42:35Event JSON
{
"id": "a87f5fe60f15f35566eb19ad718390903d1cc4ca7c907c309268410a594e5798",
"pubkey": "7a53ba6507358ebc5266031d353667159ffff9b2eae120b9cad37a35198cad20",
"created_at": 1702572155,
"kind": 1,
"tags": [
[
"p",
"3c745deb3224937af97787803fb018e1e4c208d3e1206f2b01620b49258b2fdf",
"wss://relay.mostr.pub"
],
[
"p",
"4b06a99655066ca3e1a19ecc4bd5c5fd5d0f106a319a8cfb3c414bdff9e17c27",
"wss://relay.mostr.pub"
],
[
"e",
"ef1ce7d4c2043da4fb7b11d0ec8cb0775bd9828b5c768af1cdb01a61eaa8a674",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://fosstodon.org/users/deshipu/statuses/111579768784292623",
"activitypub"
]
],
"content": "nostr:npub18369m6ejyjfh47ths7qrlvqcu8jvyzxnuysx72cpvg95jfvt9l0s5z8jp6 PyPy has JIT, cPython doesn't (although the there is some work on adding a partial jit-like mechanism). But even cPython always compiled the files into bytecode (those are the .pyc files you can find that it caches on the disk if it has write access).\n\nAnd going back to \"circular dependencies\", I don't even know what you mean. You can have circular imports – the module being imported will just not be fully initialized until it finishes... initializing. Or do you mean pip deps?",
"sig": "4adfb719ee1d23c9cb3f892089c1b912b6dc4fe220943358d1a987b3534523b6d810f3663e188d8222367d4669969a9bb774d4896985b2feb102f217702b856d"
}