What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
1–10 of 123 posts
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#2I'm excited about some of these Django updates - especially models.GeneratedField()
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#3Is there a PEP 8106 alternative coming for the unittest module too? The naming scheme really looks odd.
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#4Is there a PEP 8106 alternative coming for the unittest module too? The naming scheme really looks odd.
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#5If you read nothing else, the commit message adding JIT support is worth your time: https://github.com/python/cpython/pull/113465
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#6Do we have any idea how the introduction of the JIT compiler in CPython 3.13 will impact the performance?
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#7If you read nothing else, the commit message adding JIT support is worth your time: https://github.com/python/cpython/pull/113465
Wow I underestimated how good it would be
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#8[flagged]
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#9If you read nothing else, the commit message adding JIT support is worth your time: https://github.com/python/cpython/pull/113465
[flagged]
Re: What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI
#10Do we have any idea how the introduction of the JIT compiler in CPython 3.13 will impact the performance?
"Only 35% slower overall than LuaJIT" as per video from a month ago.
No idea which kind of tests are these "overall" though.
https://www.youtube.com/watch?v=HxSHIpEQRjs
Slides (pg. 31 performance):
https://github.com/brandtbucher/brandtbucher/blob/master/202...