This is a 30min talk that I keep coming back to: Python, Linkers, and Virtual Memory by Brandon Rhodes (Python core dev) https://www.youtube.com/watch?v=twQKAoq2OPE (Most of the content is not actually specific to…
I tend to agree. Obviously automatic normalisation is the correct thing to do when doing arithmetic that crosses DST-rollover boundaries (this is what the Python stdlib gets wrong), but I don't think it should be done…
This is a 30min talk that I keep coming back to: Python, Linkers, and Virtual Memory by Brandon Rhodes (Python core dev) https://www.youtube.com/watch?v=twQKAoq2OPE (Most of the content is not actually specific to…
I tend to agree. Obviously automatic normalisation is the correct thing to do when doing arithmetic that crosses DST-rollover boundaries (this is what the Python stdlib gets wrong), but I don't think it should be done…