| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This is only used by the specializing interpreter and the tier 2 optimizer, both of which are disabled in free-threaded builds. [Sample race](https://gist.github.com/mpage/d05a1c4616eedc9337f3f335e6485f91) that is fixed.
…lds (python#118301) This is only used by the specializing interpreter and the tier 2 optimizer, both of which are disabled in free-threaded builds.
| Back | FazBrowse Home | New Git URL |
This is only used by the specializing interpreter and the tier 2 optimizer, both of which are disabled in free-threaded builds.
Additionally, make function version generation thread-safe in free-threaded builds. I don't think anything outside of the specializing interpreter / tier 2 optimizer actually uses this, so we could allow version generation to race if we're concerned about introducing a bottleneck with the lock.
Sample race that is fixed.