#pep799 β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pep799, aggregated by home.social.
-
Just released! π
π Python 3.15 alpha 3!
https://discuss.python.org/t/python-3-15-0-alpha-3/105325?u=hugovk
π¬ PEP 799: A new high-frequency statistical sampling profiler and dedicated profiling package
π¬ PEP 686: Python now uses UTF-8 as the default encoding
π PEP 782: A new PyBytesWriter C API to create a Python bytes object
π¨ Colour code snippets in argparse help: https://bsky.app/profile/savannah.dev/post/3m7svdqdeqs2x
β οΈ Better error messages#Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse
-
The Steering Council has accepted Pablo's PEP 799!
Python 3.15 will get a new `profiling` module containing:
* `profiling.tracing`: deterministic function-call tracing (moved from `cProfile`, and `cProfile` kept as alias)
* `profiling.sampling`: new statistical sampling profiler
The old `profile` module will be deprecated in stages over 3.15-3.17.