Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python_argcomplete_check_easy_install_script #499

Open
kislyuk opened this issue Aug 4, 2024 · 0 comments
Open

Remove python_argcomplete_check_easy_install_script #499

kislyuk opened this issue Aug 4, 2024 · 0 comments

Comments

@kislyuk
Copy link
Owner

kislyuk commented Aug 4, 2024

python_argcomplete_check_easy_install_script has a few issues:

  • All the markers it scans for (EASY-INSTALL-SCRIPT, etc.) are no longer in use, and the console scripts launchers that it's supposed to scan are instead handled by running python -m argcomplete._check_console_script in the shellcode
  • It's no longer possible to test because of the above
  • The pkgutil.get_loader() API it uses is deprecated

This issue is about removing the script and its corresponding shellcode callers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant