8000 bpo-39908: Remove unused args from two functions by petdance · Pull Request #18867 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-39908: Remove unused args from two functions #18867

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

Merged
merged 1 commit into from
Mar 12, 2020
Merged

bpo-39908: Remove unused args from two functions #18867

merged 1 commit into from
Mar 12, 2020

Conversation

petdance
Copy link
Contributor
@petdance petdance commented Mar 9, 2020
  • init_set_builtins_open(PyThreadState *tstate)

  • _Py_FatalError_PrintExc(int fd)

https://bugs.python.org/issue39908

* Remove unused arg from init_set_builtins_open(PyThreadState *tstate)

* Change fd in _Py_FatalError_PrintExc(int fd) to PyThreadState *
@vstinner vstinner merged commit 75cd5bf into python:master Mar 12, 2020
@vstinner
Copy link
Member

Thanks, merged. I completed the commit message.

@petdance petdance deleted the bpo-39908 branch March 13, 2020 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0