Skip to content

Conversation

@ZeroIntensity
Copy link
Member

@ZeroIntensity ZeroIntensity commented Oct 4, 2025

  • Change is either:
    • To a Draft PEP
    • To an Accepted or Final PEP, with Steering Council approval
    • To fix an editorial issue (markup, typo, link, header, etc)
  • PR title prefixed with PEP number (e.g. PEP 123: Summary of changes)

📚 Documentation preview 📚: https://pep-previews--4630.org.readthedocs.build/pep-0788/

@ZeroIntensity ZeroIntensity enabled auto-merge (squash) October 4, 2025 14:26
@ZeroIntensity ZeroIntensity disabled auto-merge October 4, 2025 14:27
@ZeroIntensity ZeroIntensity enabled auto-merge (squash) October 4, 2025 14:29
@ZeroIntensity ZeroIntensity merged commit 8ac5c8d into python:main Oct 4, 2025
5 checks passed
@ZeroIntensity ZeroIntensity deleted the pep-788-rename branch October 4, 2025 14:33
finalization. */
PyThreadState_Release(thread_view);
PyInterpreterLock_Release();
Copy link
Member

Choose a reason for hiding this comment

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

for the next update:

Suggested change
PyInterpreterLock_Release(lock);

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch!

zklaus pushed a commit to zklaus/peps that referenced this pull request Nov 3, 2025
* Rename PyInterpreterLock_AcquireView() to PyInterpreterLock_FromView().

* Rename PyInterpreterLock_AcquireCurrent() to PyInterpreterLock_FromCurrent().

* Editorial fix: Add missing view code in example.

* Editorial: Fix title casing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants