◐ Shell
clean mode source ↗

That was a little bit redundant by ioncorimenia · Pull Request #66 · python/cpython

akruis pushed a commit to akruis/cpython that referenced this pull request

Sep 9, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Sep 9, 2017

colesbury referenced this pull request in colesbury/nogil

Oct 6, 2021
This is a simpler version of the "QueuedObjects" list for biased
reference counting with a statically allocated hashtable and a
per-bucket lock. The design is similar to parking_lot.c.

This also addresses the bug where an object could be deallocated
while still in the queue.

Fixes #66

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

markshannon pushed a commit to faster-cpython/cpython that referenced this pull request

Jan 10, 2023
It wasn't safe to access f_lineno from the thread that doesn't won the
frame. This can happen, for example, when calling sys.current_frames()
and accessing another thread's frames (such as for profiling purposes).

See python#66

sunmy2019 referenced this pull request in sunmy2019/cpython

Apr 9, 2023

sunmy2019 referenced this pull request in sunmy2019/cpython

Apr 9, 2023
…lid-replacement"

This reverts commit d478c22, reversing
changes made to 4d91ff9.

This was referenced

Feb 11, 2025

AA-Turner added a commit to AA-Turner/cpython that referenced this pull request

Apr 17, 2025