]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673...
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 4 Jun 2021 16:51:05 +0000 (17:51 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 16:51:05 +0000 (17:51 +0100)
commit17c4edc4e0692fe55e185755ea8a2f5238f3ef08
tree563807f4bbdebbf89b2065e4807cc291c44be2b1
parenta46c220edc5cf716d0b71eb80ac29ecdb4ebb430
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673d387341e06c8d3c2bc6e259747  (GH-26530)

* Revert "bpo-43693: Compute deref offsets in compiler (gh-25152)"

This reverts commit b2bf2bc1ece673d387341e06c8d3c2bc6e259747.

* Revert "bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)"

This reverts commit 2c1e2583fdc4db6b43d163239ea42b0e8394171f.

These two commits are breaking the refleak buildbots.
23 files changed:
Doc/library/dis.rst
Include/cpython/code.h
Include/internal/pycore_code.h
Lib/ctypes/test/test_values.py
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2021-04-02-15-02-16.bpo-43693.l3Ureu.rst [deleted file]
Misc/NEWS.d/next/Core and Builtins/2021-05-21-20-53-49.bpo-43693.-NN3J_.rst [deleted file]
Objects/clinic/codeobject.c.h
Objects/codeobject.c
Objects/frameobject.c
Objects/typeobject.c
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c
Python/frozen_hello.h
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h
Python/marshal.c
Python/suggestions.c
Tools/gdb/libpython.py