8000 gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type by erlend-aasland · Pull Request #104197 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type #104197

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 6 commits into from
May 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make clinic
  • Loading branch information
erlend-aasland committed May 5, 2023
commit 09631953ab8a57be27fc11f9b747d68c7f523882
2 changes: 1 addition & 1 deletion Modules/_io/winconsoleio.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ char _PyIO_get_console_type(PyObject *path_or_fd) {
module _io
class _io._WindowsConsoleIO "winconsoleio *" "clinic_state()->PyWindowsConsoleIO_Type"
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=e897fdc1fba4e131]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=05526e723011ab36]*/

typedef struct {
PyObject_HEAD
Expand Down
0