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
akruis pushed a commit to akruis/cpython that referenced this pull request
colesbury referenced this pull request in colesbury/nogil
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
markshannon pushed a commit to faster-cpython/cpython that referenced this pull request
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
This was referenced
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