René's URL Explorer Experiment


Title: bpo-46841: Use inline caching for attribute accesses by brandtbucher · Pull Request #31640 · python/cpython · GitHub

Open Graph Title: bpo-46841: Use inline caching for attribute accesses by brandtbucher · Pull Request #31640 · python/cpython

X Title: bpo-46841: Use inline caching for attribute accesses by brandtbucher · Pull Request #31640 · python/cpython

Description: CC @markshannon. These three share a lot of code, so it makes sense to convert them together. Marking as DO-NOT-MERGE since LOAD_ATTR_MODULE is somehow causing assertion failures and unclosed resources in test_asyncio: Details /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=8 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=10 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=8 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/base_events.py:684: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=9 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=10 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=9 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=7 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=7 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=7 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=7 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=12 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=14 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=11 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=11 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/base_events.py:684: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=13 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=12 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=12 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=12 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=13 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=13 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=18 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=20 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=17 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=17 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/base_events.py:684: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=19 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=18 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/support/__init__.py:705: ResourceWarning: unclosed file <_io.FileIO name=18 mode='wb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=18 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/test/test_asyncio/test_streams.py:40: ResourceWarning: unclosed file <_io.FileIO name=19 mode='rb' closefd=True> gc.collect() ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=19 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=21 idle bufsize=0> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/events.py:80: ResourceWarning: unclosed file <_io.FileIO name=22 mode='rb' closefd=True> self._context.run(self._callback, *self._args) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/events.py:80: ResourceWarning: unclosed file <_io.FileIO name=24 mode='rb' closefd=True> self._context.run(self._callback, *self._args) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=22 mode='rb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=24 mode='rb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=21 mode='wb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=21 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=25 mode='rb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=27 mode='rb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=23 mode='wb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=23 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=28 mode='rb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=26 mode='wb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=26 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=29 mode='wb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=29 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=31 mode='rb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/traceback.py:900: ResourceWarning: unclosed file <_io.FileIO name=30 mode='wb' closefd=True> for msg, exc in reversed(output): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=30 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=23 mode='rb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=21 mode='wb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=21 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=24 mode='rb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=26 mode='rb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=22 mode='wb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=22 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=27 mode='rb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=25 mode='wb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=25 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=19 mode='rb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=19 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:1151: ResourceWarning: unclosed file <_io.FileIO name=28 mode='rb' closefd=True> with self._lock: ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:561: ResourceWarning: unclosed transport <_UnixReadPipeTransport fd=28 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=27 idle bufsize=0> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/events.py:80: ResourceWarning: unclosed file <_io.FileIO name=28 mode='rb' closefd=True> self._context.run(self._callback, *self._args) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/events.py:80: ResourceWarning: unclosed file <_io.FileIO name=30 mode='rb' closefd=True> self._context.run(self._callback, *self._args) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=21 mode='wb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=23 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=25 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=22 mode='wb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=26 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=24 mode='wb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=24 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=28 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=30 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=27 mode='wb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=27 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=31 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=35 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=29 mode='wb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=29 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=36 mode='rb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/textwrap.py:482: ResourceWarning: unclosed file <_io.FileIO name=33 mode='wb' closefd=True> def prefixed_lines(): ResourceWarning: Enable tracemalloc to get the object allocation traceback /home/brandtbucher/cpython/Lib/asyncio/unix_events.py:760: ResourceWarning: unclosed transport <_UnixWritePipeTransport fd=33 open> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback python: Python/ceval.c:5334: _PyEval_EvalFrameDefault: Assertion `frame->frame_obj == NULL' failed. Fatal Python error: Aborted Current thread 0x00007f0d476a3280 (most recent call first): File "/home/brandtbucher/cpython/Lib/textwrap.py", line 482 in prefixed_lines File "/home/brandtbucher/cpython/Lib/textwrap.py", line 485 in indent File "/home/brandtbucher/cpython/Lib/traceback.py", line 629 in emit File "/home/brandtbucher/cpython/Lib/traceback.py", line 907 in format File "/home/brandtbucher/cpython/Lib/traceback.py", line 140 in format_exception File "/home/brandtbucher/cpython/Lib/test/support/testresult.py", line 92 in __makeErrorDict File "/home/brandtbucher/cpython/Lib/test/support/testresult.py", line 102 in addError File "/home/brandtbucher/cpython/Lib/unittest/case.py", line 99 in _addError File "/home/brandtbucher/cpython/Lib/unittest/case.py", line 74 in testPartExecutor File "/home/brandtbucher/cpython/Lib/contextlib.py", line 155 in __exit__ File "/home/brandtbucher/cpython/Lib/unittest/case.py", line 590 in run File "/home/brandtbucher/cpython/Lib/unittest/case.py", line 646 in __call__ File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 122 in run File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 84 in __call__ File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 122 in run File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 84 in __call__ File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 122 in run File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 84 in __call__ File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 122 in run File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 84 in __call__ File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 122 in run File "/home/brandtbucher/cpython/Lib/unittest/suite.py", line 84 in __call__ File "/home/brandtbucher/cpython/Lib/test/support/testresult.py", line 140 in run File "/home/brandtbucher/cpython/Lib/test/support/__init__.py", line 1064 in _run_suite File "/home/brandtbucher/cpython/Lib/test/support/__init__.py", line 1190 in run_unittest File "/home/brandtbucher/cpython/Lib/test/libregrtest/runtest.py", line 273 in _test_module File "/home/brandtbucher/cpython/Lib/test/libregrtest/runtest.py", line 309 in _runtest_inner2 File "/home/brandtbucher/cpython/Lib/test/libregrtest/runtest.py", line 352 in _runtest_inner File "/home/brandtbucher/cpython/Lib/test/libregrtest/runtest.py", line 227 in _runtest File "/home/brandtbucher/cpython/Lib/test/libregrtest/runtest.py", line 257 in runtest File "/home/brandtbucher/cpython/Lib/test/libregrtest/runtest_mp.py", line 84 in run_tests_worker File "/home/brandtbucher/cpython/Lib/test/libregrtest/main.py", line 678 in _main File "/home/brandtbucher/cpython/Lib/test/libregrtest/main.py", line 658 in main File "/home/brandtbucher/cpython/Lib/test/libregrtest/main.py", line 736 in main File "/home/brandtbucher/cpython/Lib/test/regrtest.py", line 43 in _main File "/home/brandtbucher/cpython/Lib/test/regrtest.py", line 47 in File "", line 88 in _run_code File "", line 198 in _run_module_as_main Any ideas on why that might be are definitely appreciated... I've been staring at this for a while and am completely at a loss. The rest of the PR is ready for review, though. https://bugs.python.org/issue46841

Open Graph Description: CC @markshannon. These three share a lot of code, so it makes sense to convert them together. Marking as DO-NOT-MERGE since LOAD_ATTR_MODULE is somehow causing assertion failures and unclosed resou...

X Description: CC @markshannon. These three share a lot of code, so it makes sense to convert them together. Marking as DO-NOT-MERGE since LOAD_ATTR_MODULE is somehow causing assertion failures and unclosed resou...

Opengraph URL: https://github.com/python/cpython/pull/31640

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5d30bc83-38c6-bd96-8144-1276b7987142
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA45C:320F8E:E42731:139AD3E:696A916D
html-safe-nonce6828296691e57a7c472e1f461958ef2fe6040b53dddda68d3b36552d0a9de9b2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNDVDOjMyMEY4RTpFNDI3MzE6MTM5QUQzRTo2OTZBOTE2RCIsInZpc2l0b3JfaWQiOiI1NzU2MzIzMTkwMDE4ODM4ODkzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac15f89de843ea50a89e3100ecaf610ca0460f74caca78bb5bb431c5c75c34f9bc
hovercard-subject-tagpull_request:868629813
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/31640/files
twitter:imagehttps://avatars.githubusercontent.com/u/40968415?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/40968415?s=400&v=4
og:image:altCC @markshannon. These three share a lot of code, so it makes sense to convert them together. Marking as DO-NOT-MERGE since LOAD_ATTR_MODULE is somehow causing assertion failures and unclosed resou...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4dd496afc954da9c207b2d9fbe86e3074619f565754aa1d9274aec30d9e5b8d7
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release31496a13b80a2f6ad77d6c617ee2255a3545b539
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/31640/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F31640%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F31640%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/31640/files
Reloadhttps://github.com/python/cpython/pull/31640/files
Reloadhttps://github.com/python/cpython/pull/31640/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
brandtbucherhttps://github.com/brandtbucher
python:mainhttps://github.com/python/cpython/tree/main
brandtbucher:inline-attrshttps://github.com/brandtbucher/cpython/tree/inline-attrs
Conversation 20 https://github.com/python/cpython/pull/31640
Commits 12 https://github.com/python/cpython/pull/31640/commits
Checks 0 https://github.com/python/cpython/pull/31640/checks
Files changed https://github.com/python/cpython/pull/31640/files
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
bpo-46841: Use inline caching for attribute accesses https://github.com/python/cpython/pull/31640/files#top
Show all changes 12 commits https://github.com/python/cpython/pull/31640/files
c2b0713 Use inline caching for attribute accesses brandtbucher Mar 2, 2022 https://github.com/python/cpython/pull/31640/commits/c2b071381d87060dc5b154fdde07ac915e84b819
2d5e15a Bump magic number brandtbucher Mar 2, 2022 https://github.com/python/cpython/pull/31640/commits/2d5e15a02baa868cddc8d85232f4efe833687dd5
5b06d97 blurb add brandtbucher Mar 2, 2022 https://github.com/python/cpython/pull/31640/commits/5b06d9755d9e49abc8fbecfafc107f80209aee78
828540a Clean things up a bit brandtbucher Mar 2, 2022 https://github.com/python/cpython/pull/31640/commits/828540af36587c39071e56f54b174ef7819e1754
4a6632c Catch up with main brandtbucher Mar 2, 2022 https://github.com/python/cpython/pull/31640/commits/4a6632c7b4fedf8657384ccf1664d4d745a41804
2b876f1 Fix typo brandtbucher Mar 2, 2022 https://github.com/python/cpython/pull/31640/commits/2b876f14ff326eeda667bd015f6753be298efcfb
097fdaf Apply feedback from code review brandtbucher Mar 3, 2022 https://github.com/python/cpython/pull/31640/commits/097fdaf622de4ece84bb3b2f9b9a5988f3a9b9d2
4c71c12 Get rid of LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE brandtbucher Mar 3, 2022 https://github.com/python/cpython/pull/31640/commits/4c71c121d332bb00c41714dde8d619865e7b3124
09fbac5 Remove workaround brandtbucher Mar 3, 2022 https://github.com/python/cpython/pull/31640/commits/09fbac5b127c1869834ae72284792cc7c7d102a1
e5229ce Fix typo brandtbucher Mar 3, 2022 https://github.com/python/cpython/pull/31640/commits/e5229ce1c02103d01d4eed29556e7edb5b6c9616
452c78c SIZEOF_UINTPTR_T isn't defined on Windows brandtbucher Mar 3, 2022 https://github.com/python/cpython/pull/31640/commits/452c78ccd2a41d76039eadf51e1f164b0e14ed62
948a206 Fix version number brandtbucher Mar 3, 2022 https://github.com/python/cpython/pull/31640/commits/948a206fe3076272ea6a5adfad229059c053d8df
Clear filters https://github.com/python/cpython/pull/31640/files
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
pycore_code.h https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
opcode.h https://github.com/python/cpython/pull/31640/files#diff-1cd1f0bb26c3fbaa279f83ee2bfe1d9072da7af07407111c79039c66034c57ed
_bootstrap_external.py https://github.com/python/cpython/pull/31640/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
opcode.py https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
test_dis.py https://github.com/python/cpython/pull/31640/files#diff-fd7b118a01a9695dfa16eea9381d3c7b0652e1b7b55f51ff052a1f620d175642
2022-03-01-17-47-58.bpo-46841.inYQlU.rst https://github.com/python/cpython/pull/31640/files#diff-10cd79a37a578d0881baa0dfec6330935ecec0a7fccca47858a5a7dbcd49f28e
test_frozenmain.h https://github.com/python/cpython/pull/31640/files#diff-dcbbf153f77c69fb3a08746516bb9baaf46b9465c941221d1d495123e92cc862
ceval.c https://github.com/python/cpython/pull/31640/files#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59de
opcode_targets.h https://github.com/python/cpython/pull/31640/files#diff-d3363a4083b77b9157d0bf07c2e87f3d3464a8b4360d5d23b07bbb23061f007a
specialize.c https://github.com/python/cpython/pull/31640/files#diff-22e653d878778ca28317261f7826545288d02fd9980cf485d0329f28a34993f2
Include/internal/pycore_code.hhttps://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
View file https://github.com/brandtbucher/cpython/blob/948a206fe3076272ea6a5adfad229059c053d8df/Include/internal/pycore_code.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/31640/{{ revealButtonHref }}
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
markshannonhttps://github.com/markshannon
Mar 2, 2022https://github.com/python/cpython/pull/31640/files#r817589450
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
brandtbucherhttps://github.com/brandtbucher
Mar 3, 2022https://github.com/python/cpython/pull/31640/files#r818214903
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
https://github.com/python/cpython/pull/31640/files#diff-97ea1759f82531a45fa685065ff86bc1077c3ab3d5f65220eea48b7730032bc8
Include/opcode.hhttps://github.com/python/cpython/pull/31640/files#diff-1cd1f0bb26c3fbaa279f83ee2bfe1d9072da7af07407111c79039c66034c57ed
View file https://github.com/brandtbucher/cpython/blob/948a206fe3076272ea6a5adfad229059c053d8df/Include/opcode.h
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L260
Lib/importlib/_bootstrap_external.pyhttps://github.com/python/cpython/pull/31640/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
View file https://github.com/brandtbucher/cpython/blob/948a206fe3076272ea6a5adfad229059c053d8df/Lib/importlib/_bootstrap_external.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/31640/{{ revealButtonHref }}
https://github.com/python/cpython/pull/31640/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
https://github.com/python/cpython/pull/31640/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
https://github.com/python/cpython/pull/31640/files#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4
Lib/opcode.pyhttps://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
View file https://github.com/brandtbucher/cpython/blob/948a206fe3076272ea6a5adfad229059c053d8df/Lib/opcode.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/31640/{{ revealButtonHref }}
https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
markshannonhttps://github.com/markshannon
Mar 2, 2022https://github.com/python/cpython/pull/31640/files#r817587729
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
https://github.com/python/cpython/pull/31640/files#diff-7681b13de881a13601ca56b73d052d032be48da4256df4f2f09e0474b0c1cbeb
Lib/test/test_dis.pyhttps://github.com/python/cpython/pull/31640/files#diff-fd7b118a01a9695dfa16eea9381d3c7b0652e1b7b55f51ff052a1f620d175642
View file https://github.com/brandtbucher/cpython/blob/948a206fe3076272ea6a5adfad229059c053d8df/Lib/test/test_dis.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/31640/{{ revealButtonHref }}
https://github.com/python/cpython/pull/31640/files#diff-fd7b118a01a9695dfa16eea9381d3c7b0652e1b7b55f51ff052a1f620d175642
https://github.com/python/cpython/pull/31640/files#diff-fd7b118a01a9695dfa16eea9381d3c7b0652e1b7b55f51ff052a1f620d175642
Misc/NEWS.d/next/Core and Builtins/2022-03-01-17-47-58.bpo-46841.inYQlU.rsthttps://github.com/python/cpython/pull/31640/files#diff-10cd79a37a578d0881baa0dfec6330935ecec0a7fccca47858a5a7dbcd49f28e
View file https://github.com/brandtbucher/cpython/blob/948a206fe3076272ea6a5adfad229059c053d8df/Misc/NEWS.d/next/Core%20and%20Builtins/2022-03-01-17-47-58.bpo-46841.inYQlU.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/31640/{{ revealButtonHref }}
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L263
Programs/test_frozenmain.hhttps://github.com/python/cpython/pull/31640/files#diff-dcbbf153f77c69fb3a08746516bb9baaf46b9465c941221d1d495123e92cc862
View file https://github.com/brandtbucher/cpython/blob/948a206fe3076272ea6a5adfad229059c053d8df/Programs/test_frozenmain.h
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
Please reload this pagehttps://github.com/python/cpython/pull/31640/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.