FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-104584: Assorted fixes for the optimizer API. by markshannon · Pull Request #105683 · python/cpython · GitHub

/ cpython Public

GH-104584: Assorted fixes for the optimizer API. - #105683

Merged
markshannon merged 10 commits into
python:mainfrom
faster-cpython:fix-optimizer-api
Jun 19, 2023
Merged

GH-104584: Assorted fixes for the optimizer API.#105683
markshannon merged 10 commits into
python:mainfrom
faster-cpython:fix-optimizer-api

Conversation

markshannon commented Jun 12, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Fixes a few odds and ends found trying to fix #105682

Comment thread Lib/test/test_capi/test_misc.py Outdated
Comment thread Lib/test/test_capi/test_misc.py Outdated
Comment thread Lib/test/test_capi/test_misc.py Outdated
Comment thread Python/bytecodes.c
Comment thread Python/bytecodes.c Outdated
brandtbucher self-requested a review June 12, 2023 17:25

brandtbucher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

+1 to all of @carljm's comments.

Comment thread Objects/codeobject.c Outdated
Comment thread Python/optimizer.c Outdated
Comment thread Python/optimizer.c
Comment thread Python/optimizer.c Outdated
Comment thread Lib/test/test_capi/test_misc.py Outdated

Copy link
Copy Markdown
Member

What's holding this up? I was playing around with the optimizer, trying to bootstrap a "hello world" version of a Tier 2 interpreter, and I need this to avoid crashes at exit (crashes that happened even without my changes).

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

./python -m test -v test_capi -m test_misc --forever fails.

5 participants


Back | FazBrowse Home | New Git URL