| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This addresses one of the bottlenecks when constructing namedtuple instances. With the previous METH_VARARGS, the type argument to __new__ would be included in the arguments tuple, leading to reference count contention.
|
A few comments:
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM.
I'm not sure what's wrong with the CI.
Sorry, something went wrong.
|
I think there are site-wide failures with GitHub Actions hosted-runners: https://www.githubstatus.com/ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This addresses one of the bottlenecks when constructing namedtuple instances. With the previous METH_VARARGS, the type argument to __new__ would be included in the arguments tuple, leading to reference count contention.