You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inline the license-file collision check, drop the _record closure
Minor cleanup. The nested _record helper saved a handful of lines of
duplication but read as extra structure for something already small.
Write the check inline at each of the two sites (pre-PEP-639 license
file, PEP-639 license-files loop). Also drop the Optional typing on
distinfo_seen since no caller passes None, and update the error
message to no longer reference the python.dist_info_install_dir()
helper (which was removed earlier in this branch).
0 commit comments