Marc Mueller
Marc Mueller
> Can point releases include typeshed sync? (I'd like my recent distutils update to use in setuptools) Or is that against policy? Usually those are only included with new minor...
@vstinner This might need a merge / rebase after https://github.com/python/cpython/pull/122267.
Changed the target branch to `dev-5.5.0`. Will rebase the PR once https://github.com/raimon49/pip-licenses/pull/217 is merged.
Rebased to resolve the merge conflicts. This is ready now. _Also added one empty line I missed in my last suggestion for #238._
> It seems to me you are confusing this with `ParamSpec`. No. I can't use `ParamSpec` in that case unfortunately. The function only accepts `*args` so I need to use...
> I'm fine with changing the branch name to `main`, but let's wait until 1.0 and any 1.0.x point releases are out to avoid disruption, i.e. let's do it between...
I opened two PRs to help with the transition - [x] #15310 Should be merged before the branch name is changed! - [ ] #15311
The interest here has died down somewhat. Even with the change being relatively simple, it's probably not worth it at this time to disrupt existing developer workflows. Might as well...
Not sure why the Windows (>=3.9) uses the absolute file path when Linux and MacOS use the relative one. Maybe someone with a Windows system can help debug this?
> > Not sure why the Windows (>=3.9) uses the absolute file path when Linux and MacOS use the relative one. Maybe someone with a Windows system can help debug...