gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize()#108602
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize()#108602vstinner merged 1 commit intopython:mainfrom
Conversation
The remove private _Py_UniversalNewlineFgetsWithSize() function from the public C API: move it the internal C API (pycore_fileutils.h). No longer export the function.
|
|
|
|
The remove private _Py_UniversalNewlineFgetsWithSize() function from the public C API: move it the internal C API (pycore_fileutils.h). No longer export the function.