Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
These were reverted in gh-26530 (commit 17c4edc) due to refleaks. * 2c1e258 - Compute deref offsets in compiler (gh-25152) * b2bf2bc - Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388) This change fixes the refleaks. https://bugs.python.org/issue43693
- Loading branch information
Showing
with
6,041 additions
and 5,707 deletions.
- +23 β7 Doc/library/dis.rst
- +18 β6 Include/cpython/code.h
- +60 β3 Include/internal/pycore_code.h
- +3 β3 Lib/ctypes/test/test_values.py
- +27 β26 Lib/dis.py
- +3 β1 Lib/importlib/_bootstrap_external.py
- +20 β20 Lib/test/test_dis.py
- +4 β0 Misc/NEWS.d/next/Core and Builtins/2021-04-02-15-02-16.bpo-43693.l3Ureu.rst
- +3 β0 Misc/NEWS.d/next/Core and Builtins/2021-05-21-20-53-49.bpo-43693.-NN3J_.rst
- +38 β1 Objects/clinic/codeobject.c.h
- +348 β71 Objects/codeobject.c
- +79 β146 Objects/frameobject.c
- +7 β4 Objects/typeobject.c
- +5 β6 Programs/test_frozenmain.h
- +32 β46 Python/ceval.c
- +123 β37 Python/compile.c
- +3 β4 Python/frozen_hello.h
- +1,597 β1,635 Python/importlib.h
- +2,616 β2,666 Python/importlib_external.h
- +988 β997 Python/importlib_zipimport.h
- +30 β22 Python/marshal.c
- +8 β2 Python/suggestions.c
- +6 β4 Tools/gdb/libpython.py
Oops, something went wrong.