←back to thread

258 points rbanffy | 6 comments | | HN request time: 0s | source | bottom
1. sylware ◴[] No.44005920[source]
Got myself a shiny python 3.13.3 (ssl module still unable to compile with libressl) replacing a 3.12.2, feels clearly slower.

What's wrong?

replies(2): >>44006721 #>>44008680 #
2. ipsum2 ◴[] No.44006721[source]
python 3.13 doesn't ship with free-threaded Python compiled AFAIK.
replies(1): >>44008182 #
3. sylware ◴[] No.44008182[source]
You mean it is not default anymore?
replies(1): >>44008309 #
4. ipsum2 ◴[] No.44008309{3}[source]
It's never been the default.
replies(1): >>44009194 #
5. jdsleppy ◴[] No.44008680[source]
Did you compile the Python yourself? If so, you may need to add optimization flags https://devguide.python.org/getting-started/setup-building/i...
6. sylware ◴[] No.44009194{4}[source]
huh... then why it feels significantly slower since I did not touch the build conf.