Rare find

Python. The programming language that runs on almost every computer.

python.org

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/M…
  • gh-150902: Optimize PyCriticalSection2 to skip locking the same locks…
  • gh-118158: Fix missing newline in py_compile CLI error output (#149008)
  • gh-151428: Remove unused imports from stdlib (#151478)
  • gh-151218: Replace sys.flags in PyConfig_Set() (#151402)
  • gh-151519: Check effective gid in `_test_all_chown_common` group-0 gu…
  • gh-150771: Fix email serialization for shift_jis and euc-jp (GH-151120)
  • gh-151522: Guard against None transport in slow-socket SSL test (#151…
  • gh-151422: Don't link libffi into _ctypes_test.so (#151423)
  • gh-151128: Improve SyntaxError message for cross language keywords (G…
  • gh-151223: fix tsan data races in load global specializations (#151393)
  • gh-140145: Use repr of the key in `zoneinfo` "No time zone found" err…
  • gh-92455: Respect case-sensitive mimetype suffixes (GH-148782)
  • gh-149079: Optimize sorting in unicodedata.normalize() (GH-150782)
  • gh-148853: Catch PermissionError in test in_systemd_nspawn_sync_suppr…
  • Fix issues reported by cpython-review-toolkit in faulthandler (#151341)
  • gh-139227: Remove unused _PyRuntime.imports.pkgcontext (#151490)
  • gh-146102: Fix type slot_bf_getbuffer() error handling (#151346)
  • gh-146102: Don't clear exception on success in odictobject.c (#151347)
  • gh-137759: Replace _PyObject_HashFast() with PyObject_Hash() in setob…