Commits
User selector
Commit History
Commits on Oct 4, 2023
Commits on Sep 5, 2023
Commits on Jul 27, 2023
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Show description for 766d251authored
Commits on Jul 22, 2023
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Show description for 0927a2bauthored
Commits on Jun 2, 2023
Commits on Apr 12, 2023
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Show description for 411b169authored
Commits on Mar 8, 2023
gh-102381: don't call watcher callback with dead object (#102382)
Show description for 1e703a4andauthored
Commits on Feb 28, 2023
Commits on Feb 20, 2023
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Show description for a99eb5cauthored
Commits on Jan 4, 2023
Commits on Dec 15, 2022
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
Show description for bdd8674authored
Commits on Dec 14, 2022
Commits on Dec 9, 2022
GH-98522: Add version number to code objects. (GH-98525)
Show description for fb713b2authored
Commits on Dec 2, 2022
GH-91054: Add code object watchers API (GH-99859)
Show description for 3c137dcandauthored
Commits on Nov 28, 2022
Use _Py_RVALUE() in macros (#99844)
Show description for 7bae15cauthoredgh-89653: PEP 670: Convert macros to functions (#99843)
Show description for 02f72b8authored
Commits on Nov 2, 2022
Commits on Oct 11, 2022
Commits on Aug 4, 2022
Commits on Jun 24, 2022
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Show description for 50a5ab2authored
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74authoredGH-93516: Speedup line number checks when tracing. (GH-93763)
Show description for ab0e601authored- authored
Commits on Jun 16, 2022
Commits on Jun 14, 2022
Commits on Jun 3, 2022
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Show description for d52ffc1authored
Commits on May 3, 2022
Commits on Apr 21, 2022
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Show description for 944fffeauthored
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfbauthored
Commits on Mar 21, 2022
bpo-46841: Quicken code in-place (GH-31888)
Show description for 2bde682authored
Commits on Mar 12, 2022
Commits on Mar 7, 2022
Commits on Feb 25, 2022
bpo-45316: Move private PyCode C API to internal C API (GH-31576)
Show description for 4a0c7a1authored- authored