home.social

#pep799 β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pep799, aggregated by home.social.

  1. Just released! πŸš€

    🐍 Python 3.15 alpha 3!

    discuss.python.org/t/python-3-

    πŸ”¬ 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: bsky.app/profile/savannah.dev/
    ⚠️ Better error messages

    #Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse

  2. 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.

    discuss.python.org/t/pep-799-a

    #Python #profiling #PEP799 #Python315 #tachyon