bpo-32381: Remove unused _Py_fopen() function (GH-23711) · python/cpython@ca06440 · GitHub
Skip to content

Commit ca06440

Browse files
authored
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Remove the private _Py_fopen() function which is no longer needed. Use _Py_wfopen() or _Py_fopen_obj() instead.
1 parent 550e467 commit ca06440

3 files changed

Lines changed: 3 additions & 31 deletions

File tree

Include/cpython/fileutils.h

Lines changed: 0 additions & 4 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Remove the private :c:func:`_Py_fopen` function which is no longer needed.
2+
Use :c:func:`_Py_wfopen` or :c:func:`_Py_fopen_obj` instead. Patch by Victor
3+
Stinner.

Python/fileutils.c

Lines changed: 0 additions & 27 deletions

0 commit comments

Comments
 (0)