Skip to main content

Timeline for answer to One liner for printing python's path by furas

Current License: CC BY-SA 4.0

Post Revisions

7 events
when toggle format what by license comment
Aug 30, 2025 at 19:20 comment added Paweł Wójcik This is very helpful. I would like to hear more about the restrictions placed on expressions after ;.
Aug 26, 2025 at 19:35 comment added ShadowRanger There's no meaningful limit on number of arguments to print that would apply here (there might be some upper limit, can't be bothered to check source code, but it's well beyond what you'd reasonably print as a single call, I've tested to 10M). Some older versions had limits on number of fixed arguments IIRC, but those limits never applied to *-unpacked varargs to my knowledge.
Aug 26, 2025 at 14:47 vote accept Paweł Wójcik
Aug 26, 2025 at 0:59 history edited wjandrea CC BY-SA 4.0
Don't use code formatting on non-code. Typo.
Aug 26, 2025 at 0:35 history edited furas CC BY-SA 4.0
added 14 characters in body
Aug 26, 2025 at 0:28 history edited furas CC BY-SA 4.0
added 42 characters in body
Aug 26, 2025 at 0:22 history answered furas CC BY-SA 4.0