Commits
User selector
Commit History
Commits on Jun 23, 2021
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Show description for 769d7d0authored
Commits on Jun 21, 2021
bpo-43693: Turn localspluskinds into an object (GH-26749)
Show description for 355f5ddauthored
Commits on Jun 15, 2021
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Show description for ac38a9fauthored
Commits on Jun 14, 2021
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Show description for eecbc7cauthored
Commits on Jun 12, 2021
Commits on Jun 7, 2021
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-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)
Show description for 2c1e258authored
Commits on May 27, 2021
bpo-43693: Add _PyCode_New(). (gh-26375)
Show description for 9f494d4authored
Commits on May 26, 2021
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Show description for 6cc800dauthored
Commits on May 21, 2021
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Show description for b11a951authored
Commits on May 19, 2021
Commits on May 7, 2021
bpo-40222: "Zero cost" exception handling (GH-25729)
Show description for adcd220authored
Commits on Apr 29, 2021
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Show description for c76da79authored
Commits on Apr 1, 2021
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Show description for fcb55c0authored
Commits on Jan 30, 2021
Commits on Jan 5, 2021
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Show description for ee9f98dauthored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthoredbpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Nov 12, 2020
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Show description for 877df85authored
Commits on Oct 20, 2020
Commits on Jul 10, 2020
Commits on Jun 22, 2020
Commits on Jun 10, 2020
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored
Commits on Apr 14, 2020
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authoredbpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08authored
Commits on Apr 7, 2020
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Show description for 9205520authored
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Show description for 58ac700authored
Commits on Jan 27, 2020
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
Show description for a278313authored
Commits on Jan 1, 2020
- authored andcommitted
Commits on Nov 27, 2019
Commits on Jul 1, 2019
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)
Show description for 4a2edc3authored andcommitted