Commits
User selector
Commit History
Commits on Jun 30, 2021
Commits on Jun 29, 2021
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-26809)
Show description for 20a8800authored
Commits on Jun 23, 2021
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Show description for 769d7d0authoredbpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Show description for 489699cauthoredbpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Show description for c3f52b4authored
Commits on Jun 22, 2021
bpo-43918: document signature and default argument of `anext` builtin (#25551)
Show description for 6af4e6bandauthored
Commits on Jun 21, 2021
bpo-43693: Turn localspluskinds into an object (GH-26749)
Show description for 355f5ddauthored- authored
bpo-44466: Faulthandler now detects the GC (GH-26823)
Show description for d191639authoredbpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Show description for fb68791authoredbpo-44297: Fix missing line number in generator expressions (GH-26801)
Show description for 82e5c28authored
Commits on Jun 18, 2021
Commits on Jun 15, 2021
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Show description for ac38a9fauthored- authored
Commits on Jun 14, 2021
- authored
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Show description for eecbc7cauthored
Commits on Jun 13, 2021
Fix typos in multiple files (GH-26689)
Show description for 17b16e1andauthored
Commits on Jun 12, 2021
Commits on Jun 10, 2021
bpo-44348: Move trace-info to thread-state (GH-26623)
Show description for 54cb638authoredbpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Show description for e117c02authored
Commits on Jun 8, 2021
bpo-43693: Un-revert commit f3fa63e. (#26609)
Show description for 3e1c716authoredRevert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)" (GH-26597)
Show description for 3fe921cauthored- authored
Commits on Jun 7, 2021
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)
Show description for 631f993authored- authored
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Show description for 2ab27c4authoredbpo-44187: Quickening infrastructure (GH-26264)
Show description for 001eb52authored
Commits on Jun 4, 2021
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673d387341e06c8d3c2bc6e259747 (GH-26530)
Show description for 17c4edcauthoredbpo-43693: Compute deref offsets in compiler (gh-25152)
Show description for b2bf2bcauthored
Commits on Jun 3, 2021
bpo-32280: Store _PyRuntime in a named section (GH-4802)
Show description for 35002aaandauthoredbpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Show description for f349124authoredbpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)
Show description for 2c1e258authored