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 execution bit from socket-related files. #93367

Closed
ezio-melotti opened this issue May 31, 2022 · 0 comments
Closed

Remove execution bit from socket-related files. #93367

ezio-melotti opened this issue May 31, 2022 · 0 comments
Assignees
Labels
3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes type-bug An unexpected behavior, bug, or error

Comments

@ezio-melotti
Copy link
Member

ezio-melotti commented May 31, 2022

It seems that 8d120f7 (#12889) accidentally set the execution bit on a few files:

  • Lib/socket.py
  • Lib/test/test_socket.py
  • Doc/library/socket.rst
  • Doc/whatsnew/3.8.rst

cbb5481 (#82623) already fixed Doc/whatsnew/3.8.rst. The other files still have the execution bit.

@ezio-melotti ezio-melotti added the type-bug An unexpected behavior, bug, or error label May 31, 2022
@ezio-melotti ezio-melotti self-assigned this May 31, 2022
@AA-Turner AA-Turner added the 3.12 bugs and security fixes label May 31, 2022
@serhiy-storchaka serhiy-storchaka added 3.11 only security fixes 3.10 only security fixes labels Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants